Hello,
What is the recommented way to built Multi Language Support to my app ?
I am thinking to make text files for each language eg
English.txt
Greek.txt
Italian.txt
and inside each file the contents would be something like this :
OK=OK
Cancel=Cancel
Retry=Retry
Are there any objects or library that I should use to do it,
or is there a more efficient way ?
Thanks.
What is the recommented way to built Multi Language Support to my app ?
I am thinking to make text files for each language eg
English.txt
Greek.txt
Italian.txt
and inside each file the contents would be something like this :
OK=OK
Cancel=Cancel
Retry=Retry
Are there any objects or library that I should use to do it,
or is there a more efficient way ?
Thanks.