#include "../collections/specialized/string_dictionary.hpp"#include "../io/path.hpp"#include "../environment.hpp"#include "../optional.hpp"#include "../static.hpp"#include "../string.hpp"#include "../literals/translator.hpp"Contains xtd::globalization::translator class.
Go to the source code of this file.
Classes | |
| class | xtd::globalization::translator |
| Represents translator class. This class cannot be inherited. 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. | |