Tramway SDK
|
#include <framework/uid.h>
Go to the source code of this file.
Namespaces | |
namespace | tram |
Serialization, i.e. | |
namespace | tram::Language |
Localization services. | |
Functions | |
const char * | tram::Language::Get (name_t name) |
Retrieves a string from the loaded language files. More... | |
void | tram::Language::Load (const char *filename) |
Loads a language file. More... | |
char | tram::Language::UTF16ToLatin7 (uint16_t code) |
Converts a UTF16 codepoint to a Latin7 codepoint. More... | |