LocaleStdc extension

Extension on Stdc to provide <locale.h> functionality.

on

Properties

LC_ALL int

Available on Stdc, provided by the LocaleStdc extension

Category for all locale-specific behavior.
no setter
LC_COLLATE int

Available on Stdc, provided by the LocaleStdc extension

Category for string collation behavior.
no setter
LC_CTYPE int

Available on Stdc, provided by the LocaleStdc extension

Category for character classification and case conversion behavior.
no setter
LC_MONETARY int

Available on Stdc, provided by the LocaleStdc extension

Category for monetary formatting information.
no setter
LC_NUMERIC int

Available on Stdc, provided by the LocaleStdc extension

Category for numeric formatting information.
no setter
LC_TIME int

Available on Stdc, provided by the LocaleStdc extension

Category for time formatting information.
no setter

Methods

localeconv() Lconv

Available on Stdc, provided by the LocaleStdc extension

Returns numeric formatting information for the current locale.
setlocale(int category, String locale) String

Available on Stdc, provided by the LocaleStdc extension

Sets the program's current locale.