Functionality
Name | Returns | Comments |
---|---|---|
$.localise(package, settings) | - | Load in localised versions of specified JavaScript packages.package (string or string[]) is the name(s) of the
package(s) to loadsettings (object) to provide several settings
(see settings) or
is omitted to use the default language setting and parameters
|
$.localise(package, language, loadBase, path, timeout, async, complete) | - | Load in localised versions of specified JavaScript packages.package (string or string[]) is the name(s) of the
package(s) to loadlanguage , loadBase , path ,
timeout , async , complete (all optional)
see settings
Since 1.0.3 - language parameter only.Since 1.0.4 - parameters up to timeout .Since 1.1.0 - async and
complete parameters. |
$.localise.defaultLanguage | string | The default language set in the browser. Since 1.0.3 - previously it was $.defaultLanguage . |
$.localize(...) | - | A localisation of the $.localise function!Since 1.0.3. |