Localization library
From cppreference.com
The locale facility includes internationalization support for character classification and string collation, numeric, monetary, and date/time formatting and parsing, and message retrieval. Locale settings control the behavior of stream I/O, regular expression library, and other components of the C++ standard library.
Contents |
Locales
Locale-independent unicode conversion facets
C library locales
Defined in header
<clocale> |