Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
デバイスで現在実行されているロケールをプログラムで確認するにはどうすればよいですか?
Locale.getDefault().toString() また context.getResources().getConfiguration().locale.getDisplayName()
Locale.getDefault().toString()
context.getResources().getConfiguration().locale.getDisplayName()
どちらも文字列を返します