Hi guys,
we have a requirement to show the date with "dd-MM-yyyy" format in our webtop.
I've searched discussions regarding this, and found out that I need to change date format in Regional settings.
But however even after change it, the webtop is still showing "MM-dd-yyyy" format.
It seems like the EN_US date format was changed to MM-dd-yyyy after we changed the EN_GB format.
How am I supposed to do?
I've done:
Change regional settings :
1. control panel -> regional settings -> customize -> EN_GB -> change date into dd-MM-yyyyChange custom/app.xml:add the following:
<language>
<!-- List of Locales supported by this application -->
<supported_locales>
<locale>en_US</locale>
<locale>en_GB</locale>
</supported_locales>
<!-- Default Locale -->
<!-- Serves as the initial selected locale for user, -->
<!-- will be overriden if user selects a new locale later on -->
<default_locale>en_GB</default_locale>
<!-- Fall back to English locale -->
<!-- Specify whether wdk falls back to corresponding english (US) locale string
if a resource string is not found for a specified locale -->
<fallback_to_english_locale>true</fallback_to_english_locale>
</language>
Our environment:
Webtop 6.5 SP1CS 6.5 SP1Windows server 2003
Please kindy advice since I've stucked on this for last couple of days
Thanks