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 94739

Summary: I18N - message issue in the property dialog
Product: obsolete Reporter: bugbridge <bugbridge>
Component: visualwebAssignee: Gregory Murphy <gjmurphy>
Status: VERIFIED FIXED    
Severity: blocker CC: jf4jbug, kaa, kfrank
Priority: P2 Keywords: I18N
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description bugbridge 2007-02-06 20:02:37 UTC
Original status: 5-Cause Known; Suggested Status: NEW

Original Target Release: mako_dev; Suggested Target Milestone : Dev


Description:
Tested build: Build 051225

In some property dialog, the message "Choose a XXXXX" appears.
This message seems to be a combined message and Japanese "Choose a" and English
"XXXXX"
are displayed in ja locale.

jsfcl/src/com/sun/jsfcl/std/reference/ReferenceData.java
	return BundleHolder.bundle.getMessage("chooseA", getName());

I think that the messages for {0} should be i18ned or
these messages should be static messages, not combined messages.

Example step:
1. Drop Standard -> Data Table
2. Select the data table component
3. Select the ... button of the tframe property

The dialog has the message "Choose a tframe".    <-- tframe is English
Please see the tframe.jpg.

4. Select the ... button of the lang property

The dialog has the message "Choose a language-code".     <-- language-code is
English
Please see the language-code.jpg.

Evaluation:
The message should use parameters, e.g. "Choose a {0}", to be localizable correctly.
Comment 1 Winston Prakash 2007-04-30 19:36:54 UTC
These are very old bugs. Probably fixed. No longer JSFCL package exists. Please
verify. Marking as fixed.
Comment 2 Ken Frank 2007-05-23 00:42:45 UTC
dont see the message about choose a language code anymore.