shetty_rohan
Posts: 363
Joined: Fri Dec 07, 2012 5:28 am
Location: Bangalore, India
Contact: Website

Multilingual support query

hi,

I have supported multilingual support as explained in http://www.advancedinstaller.com/user-g ... ement.html.

I am currently using the following xml file(as dictionary)

Code: Select all

  <ENTRY id="AgreementText">
    <STRING lang="en" value="C:\My Installation Project\EULA English.rtf"/>
    <STRING lang="fr" value="EULA French.rtf"/>
    <STRING lang="de" value="EULA German.rtf"/>
  </ENTRY>
This works fine in most of the cases except one case/

Problem: For English language if I change the path in the xml file, it does not work. But, if I change path in the xml file for "french" language it works fine.

For English, it is required to change in the properties of the LicenseAgreementdlg(i.e Open the LicenseAgreementDlg, Click on the scrollable test, click on RTF file, and then change). Is it possible to do the same through xml file(i.e dictionary file)?
Eusebiu
Posts: 4931
Joined: Wed Nov 14, 2012 2:04 pm

Re: Multilingual support query

Hi,

Please keep in mind that this is the normal behavior. The path you set in the "LicenseAgreementDlg" dialog cannot be changed from the XML file.
The path you choose in the "LicenseAgreementDlg" dialog is included in the XML file as an indication of what you have to write for the other languages.

Best regards,
Eusebiu
Eusebiu Aria - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
shetty_rohan
Posts: 363
Joined: Fri Dec 07, 2012 5:28 am
Location: Bangalore, India
Contact: Website

Re: Multilingual support query

@Eusebiu:Thank you for the clarification
Eusebiu
Posts: 4931
Joined: Wed Nov 14, 2012 2:04 pm

Re: Multilingual support query

You're welcome. Glad to help.

Best regards,
Eusebiu
Eusebiu Aria - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”