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 66802 - Actions from template are not localized
Summary: Actions from template are not localized
Status: VERIFIED DUPLICATE of bug 66024
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-14 13:12 UTC by _ tboudreau
Modified: 2005-10-21 15:14 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 _ tboudreau 2005-10-14 13:12:08 UTC
The code in a generated action from template is:

    public String getName() {
        return "Exit";
    }

Please fix to use NbBundle and put the display name in the resource bundle (and
let me know - I'm writing a tutorial right now which covers localization and
NbBundle, and don't really want to tell the user "Now go through the four
actions you just created and fix the getName() methods).
Comment 1 misterm 2005-10-14 18:04:49 UTC
Hi Tim,

I've submitted this bug already.

*** This issue has been marked as a duplicate of 66024 ***
Comment 2 Tomas Danek 2005-10-21 15:14:34 UTC
verified duplicate