Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] [Bug 107154] New: IMessage doesn't allow for pre-translated messages

https://bugs.eclipse.org/bugs/show_bug.cgi?id=107154

           Summary: IMessage doesn't allow for pre-translated messages
           Product: Web Tools
           Version: 0.7
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Web Standard Tools
        AssignedTo: wtp-dev@xxxxxxxxxxx
        ReportedBy: ebordeau@xxxxxxxxxx


The new way of getting localized strings in Eclipes 3.1 is to bind them to
static fields instead of calling ResourceBundle.getString(id) directly. 
IValidators can't take advantage of this because the Message constructor only
takes an ID and then gets the localized string from the ResourceBundle.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Back to the top