GetLocale: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
No edit summary
Line 27: Line 27:


[[Category:Language Reference]]
[[Category:Language Reference]]
[[Category:Miscellaneous]]

Revision as of 20:06, 14 September 2012

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