4月 172016
 

  如果您的Android应用针对多个语言,那么您需要配置多个语言版本的strings.xml资源文件。

  原来在Eclipse中我们都是在多个strings.xml文件中切换来翻译字符资源文件,但是在Android中提供了Translations Editor工具,让我们可以很方便的编辑多语言的资源文件。

  打开Translations Editor的方法:

  1. 在Android Studio中打开项目
  2. 在工程目录中打开res\strings.xml
  3. 在strings.xml文件右键选择“Open Translations Editor”
  4. 现在就可以在这个工具中编辑您的字符串资源了