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: Shown UI in English instead of Traditional Chinese when Region is set to Hong Kong
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Jun 04, 2010
01:55 PM
Shown UI in English instead of Traditional Chinese when Region is set to Hong Kong
Our installation UI is in English when the Windows locale is set to Hong Kong. Is there a way to make it display Traditional Chinese instead? Thanks.
(7) Replies
‎Jun 06, 2010
09:18 PM
UI language depend on the property of Windows(Control Panel -> Regional and Language Options, then select Advanced tab, Language for non-Unicode programs set to Chinese(Hong Kong S.A.R) )
Before this, your installation need to support Traditional Chinese firstly.
Hope this help to you.
Before this, your installation need to support Traditional Chinese firstly.
Hope this help to you.
‎Jun 07, 2010
10:57 AM
This is partially controlled by the values in setup.ini related to languages 0404 and 0804 (traditional and simplified, respectively) because of the important political implications (and also technical implications, historically) of showing the incorrect language. Normally languages fall back along a shared value (the "04" in this case, corresponding to Hong Kong's 0C04), but we suppress this for the Chinese languages. Build an uncompressed setup in order to see these values; if your eventual setup must be compressed, you can tweak these values with setupini.exe (available on our KB).
‎Jun 30, 2010
04:29 PM
Having similar issue, past products using InstallShield 10.5 will show UI in Traditional Chinese with Hong Kong region setting on Windows 7. Now that I'm using InstallShield 2010 the UI is in English since Windows 7 default region setting is Hong Kong. Not sure how we are supposed to workaround this in the setup.ini programatically?
‎Jul 01, 2010
04:15 PM
OK, I see, thanks. However I can't change that file on a community build machine that builds multiple projects. I'll have to use some type of post-build process to parse the setup.ini file.
I'm assuming if I comment out the following line it will solve the issue of English displaying with Hong Kong region setting with InstallShield 2010?
[Languages]
;RequireExactLangMatch=0x0404,0x0804
I'm assuming if I comment out the following line it will solve the issue of English displaying with Hong Kong region setting with InstallShield 2010?
[Languages]
;RequireExactLangMatch=0x0404,0x0804
‎Mar 28, 2011
08:20 PM
Is there a way to modify the ism file so the generated setup.ini will be
RequireExactLangMatch=
instead of
RequireExactLangMatch=0x0404,0x0804
I don't want to have to modify the setup.ini each time I build the installer.
Thanks.
RequireExactLangMatch=
instead of
RequireExactLangMatch=0x0404,0x0804
I don't want to have to modify the setup.ini each time I build the installer.
Thanks.
‎Jan 14, 2013
06:07 PM
I'm struggling with this same problem. Installshield 2012 Spring version, Basic MSI. The language options have both Traditional and Simplified Chinese checked & localized. Installing on a Hong Kong Chinese system displays English, no matter what I do. The only thing that works is the /L1028 command line parameter, but that is not an option.
I tried dynamically setting the process UI language and ProductLanguage (to 1028/x404) in the first UI custom action, but that has no effect.
Why is this so hard? Why can't the setup.exe use the user's preferred UI language and be done with it? This is 2013, now. When there's a logged in user with a regional setting established, that should be what's displayed. If Traditional Chinese (zh-TW) is not allowed to be a fallback in this region for some reason, how do I add support for zh-HK (0xC04) in the installer, so the user gets to see what they want?
I tried dynamically setting the process UI language and ProductLanguage (to 1028/x404) in the first UI custom action, but that has no effect.
Why is this so hard? Why can't the setup.exe use the user's preferred UI language and be done with it? This is 2013, now. When there's a logged in user with a regional setting established, that should be what's displayed. If Traditional Chinese (zh-TW) is not allowed to be a fallback in this region for some reason, how do I add support for zh-HK (0xC04) in the installer, so the user gets to see what they want?