c++ - How to control translation in a gettext system? -
I have used a lot of gatetext system in my C ++ application for translation into different languages in the Linux environment. Okay now, suppose that the whole application has been translated from German to English. But I need to query some strings that should be in German (query on original string).
Gettext ("Energy") -> It is in German and translates "energy" in English and user can see it but I need string "energy".
There may be many solutions, but I am particularly looking into the gatetext system. Is there any way in Gatetext system to get the original text? Any help is appreciated
In this way it is not possible with reverse translation gatetext. "Strawberry" msgstr "a drill" msgstr "a drill" msgstr "one phrase"
You can not reverse- the translation of "una frays" back into English, because of two possible meanings , And you will not find what you mean.
Comments
Post a Comment