[Android] SDK 1.5のInternationalization and Localization

  • Internationalization and Localization

Coming Soon: Internationalization and Localization are critical, but are also not quite ready yet in the current SDK. As the SDK matures, this section will contain information on the Internationalization and Localization features of the Android platform. In the meantime, it is a good idea to start by externalizing all strings, and practicing good structure in creating and using resources.

SDK1.5のエミュレータでは、日本語のメニュー表示が入ったので、InternationalizationとLocalizationの対応が入ったと思ったのですが、まだだったんですね。たしか、内部的には、ICUが入っていたと思うですが、きっとこれだけでは足りないんでしょうね。やっぱり、I18Nは奥が深そうです。