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
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Hong Kong S.A.R. Support
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
‎Oct 28, 2014
03:52 PM
Hong Kong S.A.R. Support
When I run our installer with a locale of Hong Kong S.A.R it defaults to english instead of traditional Chinese. I've done some extensive searching and have only turned up broken links to Flexera KB pages. Does anyone have any insight on how to enable Hong Kong S.A.R. to fall back to traditional Chinese?
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 29, 2014
08:56 AM
The exact scenario depends a bit on which project type you're using, but it is influenced by the code page differences between traditional and simplified Chinese. Our installations have long required exact language matches to the core Chinese languages due to this split. For example in an uncompressed Basic MSI projects, you can tweak this by editing a key in setup.ini - look for RequireExactLangMatch=0x0404,0x0804 - removing this will change the behavior, but I'm uncertain how acceptable the effect will be when crossing the simplified / traditional boundary.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 31, 2014
04:23 PM
MichaelU wrote:
The exact scenario depends a bit on which project type you're using, but it is influenced by the code page differences between traditional and simplified Chinese. Our installations have long required exact language matches to the core Chinese languages due to this split. For example in an uncompressed Basic MSI projects, you can tweak this by editing a key in setup.ini - look for RequireExactLangMatch=0x0404,0x0804 - removing this will change the behavior, but I'm uncertain how acceptable the effect will be when crossing the simplified / traditional boundary.
Thanks for the clarification. Do you have official documentation relating to Flexera and the language matches?
Thanks
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 03, 2014
08:35 AM
This help topic touches on this, but doesn't go into the details about the Chinese cases. I do think there's an opportunity here for us to revisit how automatic language selection works within the various Chinese languages and choose a better match; we're tracking this request under IOA-000080377.
Just to confirm I've captured what you expect, would it match your expectations if were to treat the Chinese Traditional locale ids 0x0404, 0x0C04 and 0x1404 as one language family, and the Chinese Simplified locale ids 0x0804 and 0x1004 as another language family, allowing fall backs only within each separate language family?
Just to confirm I've captured what you expect, would it match your expectations if were to treat the Chinese Traditional locale ids 0x0404, 0x0C04 and 0x1404 as one language family, and the Chinese Simplified locale ids 0x0804 and 0x1004 as another language family, allowing fall backs only within each separate language family?