Simple Application Framework
1
|
#include <Lang.h>
Static Public Member Functions | |
static void | LoadDictionary (const Text::String &fname) |
Load dictionary from a file. | |
static const Text::String & | Translate (const Text::String &str) |
Translate given string using currently loaded dictionary. |
void Saf::Globalization::Lang::LoadDictionary | ( | const Text::String & | fname | ) | [static] |
Load dictionary from a file.
const Text::String & Saf::Globalization::Lang::Translate | ( | const Text::String & | str | ) | [static] |
Translate given string using currently loaded dictionary.