Installation Framework Language Selection
-
wrote on 10 Sept 2014, 13:10 last edited by
Hello ,
I have two questions below
I need to add a language selection page on my application installer wizard . But I can not. How can I add this page before actual install pages and retranslate my ui by selected language.?
Also I need to know installer frameworks pages text names to create translate files for another languages. Where can I learn these titles. I searched examples , only tutarial example contains translation files and the file contains dummy records.
For example :
for germany;
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0" language="de_DE">
<context>
<name>Dummy</name>
<message>
<source>Dummy message.</source>
<translation>Dummy Nachricht.</translation>
</message>
</context>
</TS>I need to translate "Setup - Your application" text . So what can I write to name section for germany?
I typed "Setup - Your application" to name and source sections , but it did not work,
Best Regards,
1/1