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 - I18N - message issue in the property dialog
Summary: I18N - message issue in the property dialog
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Gregory Murphy
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-02-06 20:02 UTC by bugbridge
Modified: 2007-05-29 15:39 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.