Go to the first, previous, next, last section, table of contents.


Locales

primitive: setlocale category [locale]
If locale is omitted, returns the current value of the specified locale category as a system-dependent string. category should be specified using the values LC_COLLATE, LC_ALL etc.

Otherwise the specified locale category is set to the string locale and the new value is returned as a system-dependent string. If locale is an empty string, the locale will be set using envirionment variables.


Go to the first, previous, next, last section, table of contents.