Hi,
I have received a Russian translation for my DirSizeCalc plugin. Now I want to integrate this plugin to the DirSizeCalc.lng file which already contains the German and French translation. How to integrate these languages which uses different codepages into a single file?
Content plugin language file encoding problem
Moderators: Hacker, petermad, Stefan2, white
Lefteous
I think, you may insert the text just into the LNG file in common ANSI encoding. Each user will see the normal text, if he has the appropriate system codepage selected. For example:
Usually, this will be enough, because if the user wants to use Russian, he will hardly set German or some other than Russian codepage as default in his system.
I think, you may insert the text just into the LNG file in common ANSI encoding. Each user will see the normal text, if he has the appropriate system codepage selected. For example:
If a user has Russian codepage as the system default, he will see Russian description, but not German umlauts. On the opposite, with the German codepage set default, he will see good German text, but not Russian.[rus]
someitem=<Russian text>
[deu]
someitem=<German text with umlauts>
Usually, this will be enough, because if the user wants to use Russian, he will hardly set German or some other than Russian codepage as default in his system.