adriangesko
Lurker
Hello,
I don't want my pogram look like this:
String[] array = { "One", "Two", "Three", "Four", "Five", "Six", "Seven",
"Eight", "Nine", "Ten" };
But I want to import these words from strings.xml for example, to use multilingual program.
I don't want my pogram look like this:
String[] array = { "One", "Two", "Three", "Four", "Five", "Six", "Seven",
"Eight", "Nine", "Ten" };
But I want to import these words from strings.xml for example, to use multilingual program.
