Localized Android app without using "res" folder. Is there a downside?
Posted
by
user312916
on Stack Overflow
See other posts from Stack Overflow
or by user312916
Published on 2013-10-28T21:25:32Z
Indexed on
2013/10/28
21:53 UTC
Read the original article
Hit count: 188
I am developing a game with Unity 3D and want to use custom code to get strings in the various languages I will be supporting. I've read articles about using the Android "res/values-xx/" directories (such as this page: http://developer.android.com/training/basics/supporting-devices/languages.html). If I do not store my translated strings in this way is there a downside? My main concern is whether the Google Play store may not know what languages my app is localized for.
© Stack Overflow or respective owner