Tuesday, December 2, 2014

Localisation in Android

in values folder you can add localise file by adding folder values-<Short code of language>.xml ex:- values-FR for french. 

To access the strings defined in strings.xml is accessed by “@string/<its id /name>”

No comments:

Post a Comment