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.
このユーザーのOS言語をISO-639-2(3文字の言語コード)として取得したいと思います。システムプロパティを照会すると、2文字のコードとして取得されます。
System.getProperty("user.language")
個別のマッピングテーブルを作成せずに3文字の言語コードを取得できるJavaの関数呼び出しはありますか?
ありがとう。
私はあまりにも早く尋ねました。私のせい。とにかく、これはそれを行うようです。
Locale.getDefault().getISO3Language()