アプリケーション言語として英語を強制的に使用するための次のコードがあります。
Configuration configuration =
getApplicationContext().getResources().getConfiguration();
configuration.locale = Locale.ENGLISH;
getApplicationContext().getResources().updateConfiguration(
configuration, getApplicationContext().getResources().getDisplayMetrics());
問題は、アクティビティ内で機能することですが、変更さname in launcher
れapp_name on titlebar
ず、システムロケールのままになります。
それらの名前も変更するにはどうすればよいですか?