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 174554 - Services Window
Summary: Services Window
Status: RESOLVED WONTFIX
Alias: None
Product: nblocalization
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: issues@nblocalization
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2009-10-14 14:26 UTC by rafaelsantini
Modified: 2009-12-17 06:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
See the string "Serviços" instead "Services". (269.33 KB, image/png)
2009-12-17 06:07 UTC, rafaelsantini
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rafaelsantini 2009-10-14 14:26:10 UTC
My default locale is pt. But I like to use NetBeans in english language. So, I included the "--locale en" option in
netbeans.conf. Almost everything is in english language, except the "Services" window, that still is in portuguese
(Serviços).
Comment 1 Victor Vasilyev 2009-10-27 19:45:38 UTC
This issue is about I18N of the Services Window

Please, re-assign if I've chosen a wrong component.
Comment 2 rafaelsantini 2009-12-17 06:07:44 UTC
Created attachment 92708 [details]
See the string "Serviços" instead "Services".
Comment 3 rafaelsantini 2009-12-17 06:09:49 UTC
The problem persist in the final version.
Comment 4 Masaki Katakai 2009-12-17 06:23:55 UTC
Thank you very much for filing issue.

We need to remove user directory (~/.netbeans/6.8) before changing NetBeans locale.

Once we start NetBeans in localized environment, some localized data will be stored in user directory so we need to remove it or use new user directory by e.g.

% netbeans --locale en --userdir <new_location>
Comment 5 rafaelsantini 2009-12-17 06:38:04 UTC
(In reply to comment #4)
> Thank you very much for filing issue.
> 
> We need to remove user directory (~/.netbeans/6.8) before changing NetBeans
> locale.
> 
> Once we start NetBeans in localized environment, some localized data will be
> stored in user directory so we need to remove it or use new user directory by
> e.g.
> 
> % netbeans --locale en --userdir <new_location>

I have imported the settings from 6.5. So, if I remove user directory, I'll lose my settings. What localized data files I need remove?
Comment 6 Michel Graciano 2009-12-17 06:56:34 UTC
Well, the first test you need to do is Window > Reset Windows action. Maybe this could help. If not, close your IDE, go to <user_dir>/.netbeans/6.8/config and remove the folder Windows2Local and now start the IDE again. There is nothing to "fix" in the IDE. The problem is that some views are serialized when you close your IDE (the option should be migrated to Preferences API instead serialization options). When this migration is done the problem will disappear.