Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: puzzles
-
Labels:None
-
Number of attachments :
Description
Add support to access internationlized resources: in PluginRegistry the getResource() method could accept an optional Locale parameter to access possibly internationalized resources.
For example, you want to access an internationalized image. the resources are declared as: image/logo.png, image/logo_fr.png, logo_de.png
you ask for getResource("image/logo.png", Locale.FRANCE) and you get access to the resource image/logo_fr.png