GetLocale

From NSB App Studio
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

GetLocale ()

Description

GetLocale returns the current language setting for the device. It returns a string of the form xx or xx-yy, where xx is the two digit language code.

Example

Rem GetLocale Example
Print GetLocale()

Output

en-en
 
or 
 
de

Related Items

Form