sys.language readonly

Get the full localized name of the current locale as a string, for example "english (United States)"

Example

print("Current user locale is "..sys.locale) print("Current user language is "..sys.language)