<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > I18N > cI18N class > <cI18N> Methods > <cI18N>.SetLocale |
Description
Sets the locale to be used by further functions.
Syntax
Syntax
s = <cI18N>.SetLocale(newLocale)
Returns
String, previous locale
Parameters
Name |
Type |
Optional |
Meaning |
newLocale |
String |
No |
New locale key |
Remarks
Restrictions
See also
Examples