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.
Android アプリケーションを再構築して、複数の言語をサポートしたいと考えています。これを行う最善の方法は何ですか?
この目的で「values」フォルダーを使用できます。デフォルトは「値」と呼ばれます。他のすべての言語については、「values-fr」「values-en」のような言語を作成できます。
各フォルダーには、対応する言語で文字列を宣言する「strings.xml」というファイルが含まれています。Android 自体が、正しいフォルダーから「strings.xml」ファイルを選択します。