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: Error Code not displayed in Japanese!
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
Jan 20, 2011
12:54 PM
Error Code not displayed in Japanese!
Hi all,
We have an installer which is localised into Japanese but when any error occurs the error number is not displayed. See the two attached images to see what I mean.
In the logs the correct message appears:
MSI (c) (F8:F8) [18:28:42:401]: 製品 : [Product Name] -- エラー 1313。 。ボリューム D:\ は現在使用できません。別のボリュームを選択してください。Test
Would anyone have an idea how to fix this?
Thanks,
Matt
We have an installer which is localised into Japanese but when any error occurs the error number is not displayed. See the two attached images to see what I mean.
In the logs the correct message appears:
MSI (c) (F8:F8) [18:28:42:401]: 製品 : [Product Name] -- エラー 1313。 。ボリューム D:\ は現在使用できません。別のボリュームを選択してください。Test
Would anyone have an idea how to fix this?
Thanks,
Matt
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 21, 2011
02:43 PM
Have you checked the Japanese translation for the IDS_ERROR_1 string entry in your project? Go to the String Editor view and make sure that you have "エラー [1]。" instead of "{{エラー [1]。 }}".
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 24, 2011
05:32 AM
hidenori wrote:
Have you checked the Japanese translation for the IDS_ERROR_1 string entry in your project? Go to the String Editor view and make sure that you have "エラー [1]。" instead of "{{エラー [1]。 }}".
I checked for that and you were right. I removed the braces and the error code displays correctly now. 🙂 thanks a million for solving that for me.
I have googled for a few hours but can't find any documentation relating to the double curly brace format. Is there any documentation relating to this?
Thanks again,
Matt
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 24, 2011
10:46 AM
The double curly brace format was accidentally added to the Japanese string value. This issue was discovered during our internal system test and has been corrected in InstallShield 2011.
Also, you also need to fix the string value in the 1041 (UNICODE).txt text file under the C:\Program Files\InstallShield\2010 folder so that every new project created using InstallShield 2010 will have the correct Japanese string value.
Also, you also need to fix the string value in the 1041 (UNICODE).txt text file under the C:\Program Files\InstallShield\2010 folder so that every new project created using InstallShield 2010 will have the correct Japanese string value.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 24, 2011
10:48 AM
hidenori wrote:
You also need to fix the string value in the 1041 (UNICODE).txt text file under the C:\Program Files\InstallShield\2010 folder so that every new project created using InstallShield 2010 will have the correct Japanese string value. This issue has already been corrected in InstallShield 2011.
OK, will do. Thanks again.
Regards,
Matt