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.
私のアプリケーション機能の 1 つは言語 (アラビア語、フランス語、ドイツ語など) の設定です。
Android doc に従って、私はうまく統合され、魅力のように機能します。
ただし、一部のテキストはサーバーから取得されるため、それらのテキストを別の言語に変換する方法は.
誰かがアイデアを持っている場合は、共有してください。
現在の言語コードをサーバー リクエストに渡す必要があります。
Locale.getDefault().getDisplayLanguage();
もちろん、サーバーは対応する言語で応答できる必要があります。