sys.locale
Get or set the current user locale as a string, in short format, for example "en-US"
Set this property to nil to set back the locale to the current Windows user locale.
Example
print("Current language is "..sys.language)
sys.locale = "fr-FR"
print("Current locale language is now "..sys.language)