如何在Android字符串本地化期间使用msgid?

ale*_*2k8 8 android localization

在Android源代码中我看到了这样的字符串

<string name="app_name" msgid="8095131950334945205">"Calculadora"</string>
Run Code Online (Sandbox Code Playgroud)

请注意'msgid',这表示存在一些管理字符串转换的工具.它的工具是什么?

thi*_*olr 1

它可能是 Motodev Studio: http://developer.motorola.com/docstools/motodevstudio

查看其功能: http://developer.motorola.com/docstools/motodevstudio/features

可以在 Motodev Studio 中使用 Google Translate 自动翻译所有字符串。