xtd - Reference Guide
0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
#include <translator.h>
Represents translator class. This class cannot be inherited.
Inherits xtd::static_object.
Static Public Member Functions | |
static void | add_value (const xtd::ustring &language, const xtd::ustring &key, const xtd::ustring &value) |
static xtd::ustring | language () |
static void | language (const xtd::ustring &language) |
static std::vector< xtd::ustring > | languages () |
static void | parse_file (const xtd::ustring &file, const xtd::ustring &language) |
static void | parse_locale (const xtd::ustring &locale_path) |
static xtd::ustring | system_language () |
static const char * | translate (const char *value) |
static const char * | translate (const xtd::ustring &language, const char *value) |
static xtd::ustring | translate (const xtd::ustring &language, const xtd::ustring &value) |
static xtd::ustring | translate (const xtd::ustring &value) |