GetLocale: Difference between revisions
Jump to navigation
Jump to search
Created page with "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..." |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
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. | 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 == | |||
<pre> | <pre> | ||
Rem GetLocale Example | |||
Print GetLocale() | Print GetLocale() | ||
</pre> | </pre> | ||
== Output == | |||
<pre> | <pre> | ||
Line 22: | Line 22: | ||
</pre> | </pre> | ||
== Related Items == | |||
[[form| | [[form|Form]] | ||
[[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