Changes between Initial Version and Version 1 of Ticket #14687, comment 21
- Timestamp:
- Feb 9, 2012, 1:42:28 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14687, comment 21
initial v1 1 1 Looks like everything is working correctly to me. Dijit is obeying the <html lang="en"> setting, according to it's spec. 2 2 3 Your custom widget is using "dojo/i18n!./nls/TimeoutWidget" to load it's messages and in-lieu of a data-dojo-config setting for language, dojo/i18n! is usethe browser default of "de".3 Your custom widget is using "dojo/i18n!./nls/TimeoutWidget" to load it's messages and since there's no data-dojo-config setting for language, dojo/i18n! uses the browser default of "de".