Contains classes that define culture-related information, including language, country/region, calendars in use, format patterns for dates, currency, and numbers, and sort order for strings. These classes are useful for writing globalized (internationalized) applications. Classes such as xtd::globalization::string_info and xtd::globalization::text_info provide advanced globalization functionalities, including surrogate support and text element processing.
Classes | |
class | culture_info |
Provides information about a specific culture (called a locale for unmanaged code development). The information includes the names for the culture, the writing system, the calendar used, the sort order of strings, and formatting for dates and numbers. More... | |
class | culture_not_found_exception |
The exception that is thrown when the key specified for accessing an element in a collection does not match any key in the collection. More... | |
class | translator |
Represents translator class. This class cannot be inherited. More... | |
Enumerations | |
enum class | culture_types { culture_types::neutral_cultures , culture_types::specific_cultures , culture_types::installed_win32_cultures , culture_types::all_cultures } |
Defines the types of culture lists that can be retrieved using the xtd::globalization::culture_info::get_cultures method. More... | |