Sets the program's current locale.
Currently, only the standard "C" locale is supported.
"C"
String setlocale(int category, String locale) { return "C"; }