This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Arabic and Hebrew choices not showing on windows
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 29, 2009
06:12 AM
Arabic and Hebrew choices not showing on windows
Hello,
This is actually 2 related problems. I have selected about 23 languages in IA2009's Project->Locales locales panel, but when the installer is started, only a limited number of these languages are available on the startup panel for the installer. The limited selection seems related to the default codepage for the machine the installer is running on. For example, on an English based machine, I get English + western European languages. On a Russian machine, I get Russian and English. How can a user get all available languages during install?
The second part is that for the two BiDi languages, they do not show up at all on Windows, even when the machine has the correct codepage set. Only English is available. (I can get Arabic + English when installing on an Arabic Linux machine, and Hebrew+English on a Hebrew Linux machine.)
I do not package a JVM with my installer image, but pre-req Java 1.5 or higher for installing. Java 1.6 is not an option for me, it breaks the product that I am installing. 😞
Is there a setting that I am missing in my IA2009 project?
This is actually 2 related problems. I have selected about 23 languages in IA2009's Project->Locales locales panel, but when the installer is started, only a limited number of these languages are available on the startup panel for the installer. The limited selection seems related to the default codepage for the machine the installer is running on. For example, on an English based machine, I get English + western European languages. On a Russian machine, I get Russian and English. How can a user get all available languages during install?
The second part is that for the two BiDi languages, they do not show up at all on Windows, even when the machine has the correct codepage set. Only English is available. (I can get Arabic + English when installing on an Arabic Linux machine, and Hebrew+English on a Hebrew Linux machine.)
I do not package a JVM with my installer image, but pre-req Java 1.5 or higher for installing. Java 1.6 is not an option for me, it breaks the product that I am installing. 😞
Is there a setting that I am missing in my IA2009 project?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 30, 2009
06:09 AM
These are the 2 settings you need to have in order to view all the 31 languages for your installer:
1. Select all the locales in Project -> Locales tab
2. Set the following argument: "-Dlax.locales=TRUE" in the Optional Installer Arguments of Project -> Config tab
You can view even the Bi-Directional languages with this setting. This has nothing to do with your java .
The solution is same for both the questions.
1. Select all the locales in Project -> Locales tab
2. Set the following argument: "-Dlax.locales=TRUE" in the Optional Installer Arguments of Project -> Config tab
You can view even the Bi-Directional languages with this setting. This has nothing to do with your java .
The solution is same for both the questions.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 30, 2009
07:06 AM
Thanks Shegde, that solved the problems.