GetLocale: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
No edit summary
m (Ghenne moved page Getlocale to GetLocale)
 
(2 intermediate revisions by 2 users not shown)
Line 24: Line 24:
== Related Items ==
== Related Items ==


[[form|FORM]]
[[form|Form]]


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

Latest revision as of 11:41, 6 November 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