2/7/2011 9:14:57 PM
Title:
Locale Property file
Hi all,
I knw that a locale file can have a {key = value} pair with which we can access it with the help of resourceManager.getString('filename','keyname').
My doubt is can the resource property file be in the form of XML like
<string key="Age" text="25"/>
<string key="Place" text="Chennai"/>
where the key is the AGE and the value for it is 25(say!)
Thanks
2/8/2011 8:49:26 AM
no the localization resources in the properties files should contain only key and value pairs in the UTF-8. XML format is not supported.