QtIF: Localization doesn't work for config.xml?
-
Hi,
trying to create my first installer and have some trouble with the localization.
In the "package.xml" I can translate the entries for example with "xml:lang="de_DE" which works fine, but this seems not to work for the "config.xml":
"Caught exception: Error in config/config.xml, line 6, column 28: Element 'Title' has been defined before."
Is this a bug or not possible to translate the config file?
Edit: In package.xml translating works for <Description> but not for <DisplayName>: always the last line is used! For example first line is xml:lang=de_de, second ist xml:lang=fr_fr and system languge is set to english: result is french translation...
Thanks,
Thomas