dojo.i18n
dojo.require("dojo.i18n");
defined in dojo/i18n.js
Utility classes to enable loading of resources for internationalization (i18n)
FunctionsBack to top
Returns an Object containing the localization for a given resource bundle in a package, matching the specified locale.
Returns canonical form of locale, as used by Dojo.
Load built, flattened resource bundles, if available for all locales used in the page. Only called by built layer files.

See dojo.requireLocalization()
A helper method to assist in searching for locale-based resources. Will iterate through the variants of a particular locale, either up or down, executing a callback function. For example, "en-us" and true will try "en-us" followed by "en" and finally "ROOT".