Namespaces
Variants
Actions
Revision as of 08:40, 10 October 2012 by hamishwillee (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Widget Localization

Jump to: navigation, search

Widgets, like native applications, can be easily localized. Localization requires widget developers to provide localized resources, such as strings, images, language-specific layouts.

Article Metadata

Article
Created: User:Rahulsingh1m (22 Jun 2009)
Last edited: hamishwillee (10 Oct 2012)

Some usability guidelines

  • Languages which are read from right-to-left like Arabic, should also be handled.
  • When needed, images and icons should also be localized.
  • Should support native currency, number and date.

How it works

  • Localized resources(e.g. strings, icons) are provided in a separate directory named as xx.lproj, where xx are two characters identifying the language.
  • Widget engine (WRT library) searches for language variants whenever

@import directive is used
Any resource is loaded
"src" attribute is used

  • Localizing "info.plist"

Provide language directory, e.g. fi.lproj
Provide InfoPlist.strings and define the localized strings there.


Related Links

110 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved