Object
Utility classes to enable loading of resources for internationalization (i18n)
Function
Function
Returns canonical form of locale, as used by Dojo.
All variants are case-insensitive and are separated by '-' as specified in [RFC 3066](http://www.ietf.org/rfc/rfc3066.txt). If no locale is specified, the dojo.locale is returned. dojo.locale is defined by the user agent's locale unless overridden by djConfig.
String
Function
See dojo.requireLocalization()
Called by the bootstrap, but factored out so that it is only included in the build when needed.
Function
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".
Function
Load built, flattened resource bundles, if available for all locales used in the page. Only called by built layer files.
Boolean
Object