[Android] App Internationalization Support (English/Japanese localization)
I’ll introduce how to handle app internationalization (English/Japanese localization) in Android.
For example, if you want the app name to be in English by default, but display in Japanese when the language setting is Japanese, you would set it up as follows:
    SpamApp 
 
    スパムアプリ 
 
That’s all from the Gemba.