Internationalization sucks, that's a matter of fact, so I was thinking of a system like this to implement complete self-standing strings instead of linking existing ones, because you realize that neo-latin languages don't absolutely work like English/German. So I found this on the internet:
This script basicly reads strings (separated by a "|") from a plain .txt and stores them in an array. Pretty simple for those who are active in C++. Can't we use this system to output ingame statements that are read by this file, so that anyone can translate much easier in their language?
Please note that I'm really starting C++-ing, so that's my raw idea.
This script basicly reads strings (separated by a "|") from a plain .txt and stores them in an array. Pretty simple for those who are active in C++. Can't we use this system to output ingame statements that are read by this file, so that anyone can translate much easier in their language?
Please note that I'm really starting C++-ing, so that's my raw idea.