Bug 260846 - [nls] Filter name doesn't change as the locale
Summary: [nls] Filter name doesn't change as the locale
Status: NEW
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: 3.0.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: David Dykstal CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords: PII
Depends on:
Blocks:
 
Reported: 2009-01-13 08:19 EST by Samuel Wu CLA
Modified: 2009-02-02 07:53 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Samuel Wu CLA 2009-01-13 08:19:38 EST
A default filter pool will be created when a connection is created and the filter names in the filter pool will be populated with the names in the current locale. Since the names are persisted in the workspace, they will not change when the locale changes. This causes problem when the user changes the locale since it's expected to see the filter names in the new locale.
Comment 1 Martin Oberhuber CLA 2009-02-01 12:42:17 EST
Looks like we'll need to persist ID's for the filter pools and map these to localized strings at runtime. Dave's, can we do that?

Samuel: I don't think that this bug satisfies the conditions for a "major" issue since I cannot see any major loss of functionality. It's annoying that filters are shown in the "old" locale after changing locales, but I believe that there is an easy workaround (create another connection in the current locale).
Comment 2 Samuel Wu CLA 2009-02-02 07:53:18 EST
The persistence of the default filter pool is independent of the connections. Once it's created, it's always there even all the connections are removed. To delete and recreate the connection doesn't solved the problem. The user has to start with a new workspace.