#8522 closed defect (worksforme)
DateTextBox inconsistency whith french-canadian locales
Reported by: | yoman | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Date | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In IE, change the language for your browser to French-Canadian and refresh.
The DateTextBox? will show the current selected date in yyyy-mm-dd format which is the correct pattern for this locale. When you click the text box to edit the pattern will change to dd/mm/yyyy.
Attachments (1)
Change History (5)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
djConfig.locale='fr-ca' works fine for me. Please re-open if you can provide an example and instructions to reproduce this.
Changed 9 years ago by
Attachment: | test_DateTextBox-fr-ca-bug.html added |
---|
fr-ca date format not honoured
comment:3 Changed 9 years ago by
Setting djConfig.locale = "fr-ca" does not honor the french-canadian date format. This is using dojo 1.6.1
comment:4 Changed 9 years ago by
Do you have resources under dojo/cldr/nls/fr-ca? If not, you need to build them from the XML sources. Instructions can be found at util/buildscripts/cldr/README
can you provide specifics and a test case?
you typically cannot change the locale in the browser that dojo uses. the preferences setting is for the HTTP header, which is not going to have any effect unless you round-trip with a server and set djConfig.locale