xtd 0.2.0
Loading...
Searching...
No Matches
culture_info.hpp File Reference
#include "culture_not_found_exception.hpp"
#include "culture_types.hpp"
#include "../core_export.hpp"
#include "../iequatable.hpp"
#include "../object.hpp"
#include "../optional.hpp"
#include "../string.hpp"
#include <locale>

Definition

Contains xtd::globalization::culture_info class.

Go to the source code of this file.

Classes

class  xtd::globalization::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...
 

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 
namespace  xtd::globalization
 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.