I want to know what are the current subtitle/languages supported in android jb and kitkat.How can we know which languages and which fonts are supported in respective android versions.
Regards, Mayank
I want to know what are the current subtitle/languages supported in android jb and kitkat.How can we know which languages and which fonts are supported in respective android versions.
Regards, Mayank
The supported languages for each version are available in the SDK resources which you can install via SDK manager. The location of the string resources is here:
adt-bundle/sdk/platforms/android-##/data/res/values*
You can reference the strings in your code doing this:
getString(android.R.string.yes)