Hi there. I’m trying to set my apps name (the name below its icon) but without sucess.
After some googling, I found about “values-xx”, and the file “res”. After that, I create this structure of directores and used some xml like the one bellow ths directory structure:
Directories:
values-xx/Strings.xml
res/values-xx/Strings.xml
XML:
<?xml version="1.0" encoding="utf-8"?>
<resources><br> <string name="label">Bichinhos Pzl</string><br></resources>
For “xx” I’ve “pt”, “en” and “es”. (Later I find out that “en” is not needed just “values”. And where is “label” in XML, I’ve tried “app_name” and “name” also.
Do you know how to do this? Or witch values I’ve to use in “name” attrib?
thank you. [import]uid: 50425 topic_id: 22473 reply_id: 322473[/import]