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 183320

Summary: I18N : "ja_JP_JP" is listed in locale list on Spellchecker option dialog
Product: editor Reporter: Masaki Katakai <masaki>
Component: SpellcheckerAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED WONTFIX    
Severity: normal Keywords: I18N
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot

Description Masaki Katakai 2010-04-01 06:39:22 UTC
Created attachment 96495 [details]
screenshot

Product Version: NetBeans IDE Dev (Build 201003310201)
Java: 1.6.0_19; Java HotSpot(TM) Client VM 16.2-b04
System: SunOS version 5.11 running on x86; ISO646-US; en (nb)

Under "Default Locale" section, there is "ja_JP_JP" is listed for Japanese.
I understand this entry is not necessary - "ja" and "ja_JP" are enough.
Comment 1 Jan Lahoda 2010-05-25 08:57:40 UTC
The panel shows locales as reported by Locale.getAvailableLocales(). Should we filter out locales with variants (the second JP is apparently a variant).
Comment 2 Jan Lahoda 2010-10-05 14:38:47 UTC
This is what is returned from Locale.getAvailableLocales().