| os.setlocale |
|---|
| Lua function os.setlocale Summary Sets the current locale to the supplied locale Prototype name = os.setlocale (locale, category)Description Sets the current locale to the supplied locale. Category, which is optional, is a string which is one of:See Also ... Topics
Lua base functions
Lua bc (big number) functions
Lua bit manipulation functions
Lua coroutine functions
Lua debug functions
Lua io functions
Lua math functions
Lua os functions
Lua package functions
Lua PCRE regular expression functions
Lua script extensions
Lua string functions
Lua table functions
Lua utilities
ScriptingLua functions
os.clock (Amount of CPU time used)
os.date (Formats a date/time string)
os.difftime (Calculates a time difference in seconds)
os.execute (Executes an operating system command)
os.exit (Attempts to terminate the process)
os.getenv (Returns an operating system environment variable)
os.remove (Deletes a file)
os.rename (Renames a file)
os.time (Returns the current time or calculates the time in seconds from a table)
os.tmpname (Returns a name for a temporary file)(Help topic: lua=os.setlocale)
Documentation contents page |