如何在运行时修改strings.xml文件
我将仅动态获取本地化数据。
有没有办法在 Android 运行时更新 strings.xml
文件?我们可以在运行时向文件添加新字符串吗?
I will get localized data dynamically only.
Is there a way to update strings.xml
file at runtime in Android? Can we add new string to the file at runtime?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不。您可以创建翻译数据库并维护该数据库。将新翻译动态添加到数据库并从那里读取值。
No. You can create a database of translations and maintain that database. Add new translations on the fly to the database and read the values from there.