diff -r 913c9751c067 -r 716254ccbcc0 org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-4CD10DEB-6C79-4320-AC82-F17DD264CF28.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-4CD10DEB-6C79-4320-AC82-F17DD264CF28.html Fri Mar 05 19:11:15 2010 -0800 @@ -0,0 +1,17 @@ + + +
The widget display name is a text string defined in the widget info.plist
file and specified by the <DisplayName>
key.
To localize the display name of a widget:
+Define a localized display name in a file called infoplist.strings
.
Store the file under the appropriate language project directory.
The following is an example display name definition in an infoplist.strings
file:
DisplayName = "Localized name"+
When a widget is being installed, the installer searches for the infoplist.strings
file under a language project directory that matches with the current device system language. If the installer finds the infoplist.strings
file and a localized name is provided, the localized name overrides the display name defined in the widget info.plist
file.
Note: The display name is loaded only once, when a widget is being installed. If users change the system language later, the display name is not changed.