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-fr”“values-en”的语言。
每个文件夹都包含一个名为“strings.xml”的文件,您可以在其中以相应的语言声明您的字符串。Android 本身会负责从正确的文件夹中选择“strings.xml”文件。