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 64790 - [doc] update Adding Localization Support in Quick Start
Summary: [doc] update Adding Localization Support in Quick Start
Status: CLOSED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Unknown
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-21 07:49 UTC by Lukas Hasik
Modified: 2006-10-23 16:41 UTC (History)
0 users

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 Lukas Hasik 2005-09-21 07:49:36 UTC
http://www.netbeans.org/kb/50/quickstart-mobility.html
http://www.netbeans.org/kb/41/quickstart-mobility.html

There need to be more action taken to be able to localize j2me class.
Before use of "Internationalization Wizard" user have to change "I18N String
Format" to "LocalizationSupport.getMessage("{key}")" and  "I18N Search Format"
to "(getString|getBundle|getMessage)[:space:]*\([:space:]*{hardString}|//
NOI18N"  in "Tools | Options | Editing | Internacialization" (you have to switch
to "Classic view" in 5.0 first).

And user have to add "LocalizationSupport.initLocalizationSupport();" to start
of startApp() method after use of the "Internationalization Wizard"
Comment 1 Unknown 2005-09-27 21:43:24 UTC
Fixed in all documents 9/26/05