Page 1 of 1
LANGUAGES
Posted: Wed Jun 04, 2008 3:26 am
by nora
Hello,
I have a question:
I evaluate InstallAware, now I want to know how I make a Setup multilagual, I already export the strings, translate them and imoport them and there I chose 2 languages. but my Setup is still english.
And another question is:
Can someone here speaks german?
My english is not so good, sorry.
Posted: Wed Jun 04, 2008 11:21 am
by CandiceJones
Please start the Localization Wizard in the IDE and press F1 for detailed help on this subject, complete with step by step instructions.
Posted: Thu Jun 05, 2008 2:13 am
by nora
Thank you!
And sorry for my bad english.
Posted: Thu Jun 05, 2008 7:58 am
by nora
now I have an other question.
If we buy the language Pack, are the standart text there already translated? Or is the localize-fuction the Language Pack?
Posted: Thu Jun 05, 2008 2:59 pm
by payalg
When your setup is ready to be localized, extract strings from your setup using the wizard.
The localization wizard produces an output folder that may be sent to any third party translation office. The output folder contains localization text files for each language, along with an executable tool that translators can use to visually localize your setup. Send this output folder to your translators and have them run the executable tool to translate the setup.
When you receive the translated files, run the wizard again, and import the localized strings back into your project
Posted: Tue Jun 10, 2008 5:35 am
by nora
I have another question.
What can I do, if there are no Dialogs in the Dialog-View, but I allready put some in the Projectmanager?
How can I transfer them from there to the Dialog-View?
Posted: Tue Jun 10, 2008 6:30 am
by CandiceJones
You'll want to edit your setup script and insert Display Dialog statements at the appropriate locations.
Posted: Tue Jun 10, 2008 6:52 am
by nora
That means its just posible do do it by change the script?
Posted: Tue Jun 10, 2008 9:56 am
by CandiceJones
Yes.
Posted: Wed Jun 11, 2008 1:24 am
by nora
Thank you