以编程方式查找 .resx 文件中是否存在替代翻译
我有一个项目,其中有多个 .resx 文件的翻译。
例如
- Admin.resx
- Admin.fr.resx
- Admin.it.resx
- Admin.de.resx
有谁知道一种方法可以以编程方式查找默认后备中存在的翻译是否不存在于替代语言文件中?
我希望这是有道理的!
I have a project that has translations in multiple .resx files.
e.g.
- Admin.resx
- Admin.fr.resx
- Admin.it.resx
- Admin.de.resx
Does anyone know of a way to programatically find out if a translation that exists in the default fallback, doesn't exist in the alternative language file?
I hope that makes sense!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这应该做你想做的事。
This should do what you want.