A string that is already translated.
Definition: LocalizedText.h:46
LocalizedText()
Create the empty string.
Definition: LocalizedText.h:51
#define OX_REQUIRED_RESULT
Definition: LocalizedText.h:35
LocalizedText arg(std::wstring const &) const OX_REQUIRED_RESULT
Replace next argument.
Definition: LocalizedText.cpp:30
const wchar_t * c_str() const OX_REQUIRED_RESULT
Get a pointer to underlying wchat_t data.
Definition: LocalizedText.h:57
std::string asUTF8() const OX_REQUIRED_RESULT
Return the UTF-8 representation of this string.
Definition: LocalizedText.cpp:72