如何在运行时修改strings.xml文件

发布于 2024-11-08 04:43:27 字数 97 浏览 0 评论 0原文

我将仅动态获取本地化数据。

有没有办法在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

左秋 2024-11-15 04:43:27

我们可以在运行时向文件添加新字符串吗?

不。您可以创建翻译数据库并维护该数据库。将新翻译动态添加到数据库并从那里读取值。

Can we add new string to the file at runtime?

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文