Home | Features | Roadmap | Learn | Documentation | ||
Latest version: Tramway SDK 0.0.9 Github Quick links Home Get Started |
LanguageThe language system allows for localization of text. UTF-16 support is planned, but currently the only supported text encoding is Latin 7/Windows 1257. It supports these languages:
File formatCurently the format has no header. It consists of lines, they start with the name of the string, a space and then the rest of the line is the string. Example.
mongus-ask Hello! Where is Mongus?
The language files are stored in the Programming in C++
// loading a language file
|
|
|