- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Language Selection Prompt Missing
- 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
Language Selection Prompt Missing
Hello Team,
I am facing an issue with localization. We are using InstallAnywhere 2020. We have Chinese simplified and English languages supported in our IAP file.
When I launch the installer on a Chinese language OS, I get a language selection prompt(This is working as expected.)
The problem is with English language OS. When I launch the installer , I am not getting the same prompt and installer by default gets launched in English language. (This is the issue.)
Please suggest on this.
Thanks
Sumit
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi,
This is by design and is not an error. English language OS will support only western pack languages like French which has same script as English. Chinese, Japanese, Arabic or similar languages are system language specific in IA.
If you need it forcefully added then in Project | JVM Setting | Installer Settings | Additional arguments add " -Dlax.locales=all" , it will start showing all selected languages on any system.
Hope this helps.