xtd - Reference Guide  0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
xtd::translator Class Referencefinal

#include <translator.h>

Definition

Represents translator class. This class cannot be inherited.

Namespace
xtd
Library
xtd.core

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::ustringlanguages ()
 
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)
 

The documentation for this class was generated from the following file: