25    static std::vector<xtd::ustring> languages();
 
   31    static void parse_locale(
const xtd::ustring& locale_path);
 
   37    static const char* translate(
const char* value) {
return translate(language(), value);}
 
   38    static const char* translate(
const xtd::ustring& language, 
const char* value);
 
   41    static void initialize();
 
   42    static std::map<xtd::ustring, xtd::collections::specialized::string_map> language_values_;
 
Represents translator class. This class cannot be inherited.
Definition: translator.h:20
 
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:48
 
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition: static.h:38
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17
 
Contains xtd::static_object class.
 
Contains xtd::collections::specialized::string_map typedef.
 
Contains xtd::ustring class.