在运行时更改 string.xml

发布于 2024-10-13 07:53:18 字数 179 浏览 1 评论 0原文

我有一个特殊要求,希望在 Android 中实现动态语言包和主题。这基本上意味着:

  1. 下载一个包含名为 strings.xml(包含翻译)的文件的 zip 文件,
  2. 在应用程序中用下载的文件替换文件 /res/values/strings.xml

这可能吗?感谢您的帮助。

I have a special request to implement dynamic language packs and themes in Android. This basically means:

  1. to download a zip file containing a file named strings.xml (containing the translation)
  2. replace in the application the file /res/values/strings.xml with the one downloaded

Is this possible? Thank you for your help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

荒路情人 2024-10-20 07:53:18

不可以。Res 文件夹内的内容是静态的,您无法在运行时重新创建 R 类。

你为什么不尝试使用 sqlite 来适合你的情况呢?

No. Things inside the Res folder are static and you can't recreate the R class in runtime.

Why don't you try using sqlite for your situation?

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