os_set_locale [function]
os_set_locale( int which, string locale )
sets the locale for the specified category, returning whether the call was successful
which
must be one of the LC_ constants- the available locale strings are platform-specific
- wraps the C library function setlocale