I need to display language selection Activity where I want to display List of supported Languages.
I want to display List of languages in the specific language either, English in English, French in French and Japanese in Japanese in one ListView
.
I know how we can create multy language Application, using different strings.xml
files.
But don't have any idea, on how to display ListView
in multiple languages.
Thanks.