Alternative/new strings system
#1
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.
Thanks given by:


Messages In This Thread
Alternative/new strings system - by Andrez - 29 Jun 14, 04:41PM
RE: Alternative/new strings system - by stef - 30 Jun 14, 09:27AM
RE: Alternative/new strings system - by Andrez - 30 Jun 14, 02:29PM
RE: Alternative/new strings system - by Andrez - 30 Jun 14, 04:39PM
RE: Alternative/new strings system - by 1Cap - 30 Jun 14, 08:31PM
RE: Alternative/new strings system - by stef - 30 Jun 14, 08:31PM
RE: Alternative/new strings system - by Andrez - 30 Jun 14, 09:12PM
RE: Alternative/new strings system - by stef - 01 Jul 14, 09:16AM
RE: Alternative/new strings system - by Andrez - 01 Jul 14, 01:33PM
RE: Alternative/new strings system - by 1Cap - 01 Jul 14, 11:28AM
RE: Alternative/new strings system - by stef - 01 Jul 14, 04:31PM
RE: Alternative/new strings system - by 1Cap - 01 Jul 14, 06:27PM
RE: Alternative/new strings system - by Andrez - 01 Jul 14, 08:51PM
RE: Alternative/new strings system - by Cemer - 02 Jul 14, 04:12AM
RE: Alternative/new strings system - by Andrez - 02 Jul 14, 12:50PM