This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 33660 - I18N - installer shows simplified chinese messages when user in Taiwanese locale
Summary: I18N - installer shows simplified chinese messages when user in Taiwanese locale
Status: VERIFIED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: Richard Gregor
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2003-05-15 17:49 UTC by Ken Frank
Modified: 2003-07-22 19:36 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
diff of changes against trunk (893 bytes, patch)
2003-05-22 14:57 UTC, Richard Gregor
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Frank 2003-05-15 17:49:39 UTC
When user is in the 
zh_TW solaris locale,
the installer still shows
localized messages of the
simplified chinese locale.

These are 2 different locales and the installer
messages should be shown in english if user in
zh_TW locale, just like they would be shown in
english if user in fr
locale.

I think there might be 2 parts to this:

a. our messages,
which are localized only
for zh locale
(InstallerResources_zh.java)

b. is messages
is messages might be
ok if they have also
zh_TW messages as part of their product, but its
still confusing to user
perhaps to see some 
in Tawian chinese and some in english

But these messages might
also be from zh locale.

I'm adding FONTSIZE keyword to this even tho
not fontsize issue since
there are other zh related issues that
dont need to be fixed
for english nb release
and dashboard will
skip these.

But this does need tobe
fixed now for the ml release.
Comment 1 Richard Gregor 2003-05-19 12:49:13 UTC
I contacted George Hernandez who knows workaround of this IS issue.
Comment 2 Richard Gregor 2003-05-21 09:48:51 UTC
George Hernandez wrote:
<snip>
We had called InstallShield on this problem and they admitted it was a 
bug in their code. The workaround is to create an 
InstallerResources_zh_TW.java file and put the english localization in 
it.

</snip>

So I'm going to build test installer with this workaround and we could
see if it helps.
Comment 3 Ken Frank 2003-05-22 14:17:12 UTC
I verified using test installers Richard created that
the fix/workaround is ok. Although user in zh_TW will see
some zh_TW messages from installshield, they will
see our messages in english, and until IS can do their
own fix, this will need to be solution.

ken.frank@sun.com
05-22-2003
Comment 4 Richard Gregor 2003-05-22 14:57:44 UTC
Created attachment 10381 [details]
diff of changes against trunk
Comment 5 Richard Gregor 2003-05-22 14:59:49 UTC
Fixed in trunk.

Checking in NB_ml.xml;
/cvs/installer/NB_ml.xml,v  <--  NB_ml.xml
new revision: 1.3; previous revision: 1.2
done
Processing log script arguments...
Mailing the commit message to cvs@installer.netbeans.org (from
rgregor@netbeans.org)
RCS file:
/cvs/installer/src/org/netbeans/installer/InstallerResources_zh_TW.java,v
done
Checking in src/org/netbeans/installer/InstallerResources_zh_TW.java;
/cvs/installer/src/org/netbeans/installer/InstallerResources_zh_TW.java,v
 <--  InstallerResources_zh_TW.java
initial revision: 1.1
done

Comment 6 Richard Gregor 2003-06-04 09:16:13 UTC
Removed FONTSIZE keyword because it is not real fontsize problem and
it was in dashboard. Ken, please let me know what to do whit this
issue, when it should be fixed. Thanks.
Comment 7 Martin Entlicher 2003-06-23 13:28:23 UTC
Reviewed without objections.
Comment 8 Richard Gregor 2003-06-24 10:54:47 UTC
Fixed in release35 branch.

Checking in NB_ml.xml;
/cvs/installer/NB_ml.xml,v  <--  NB_ml.xml
new revision: 1.2.2.4; previous revision: 1.2.2.3
done
Processing log script arguments...
Mailing the commit message to cvs@installer.netbeans.org (from
rgregor@netbeans.org)
Checking in src/org/netbeans/installer/InstallerResources_zh_TW.java;
/cvs/installer/src/org/netbeans/installer/InstallerResources_zh_TW.java,v
 <--  InstallerResources_zh_TW.java
new revision: 1.2.4.1; previous revision: 1.2
done
Comment 9 Ken Frank 2003-07-22 19:36:37 UTC
verified

ken.frank@sun.com