Brennen
Results
1
comments of
Brennen
In c land, folks usually use tools like "gettext" for internationalization. Overview of the process: You replace all your string declaration with a macro: ``` #ifdef USE_GETTEXT #define _(String) gettext...