【发布时间】:2015-11-02 23:26:25
【问题描述】:
我有一个包含逻辑结构的所有资源的程序集 使用约定优于配置。
[My.Resources]
- [Controller]
- [View]
- Strings.resx
- Strings.fr.resx
- Strings.nl.resx
- [Controller]
- [View]
- Strings.resx
- Strings.fr.resx
- Strings.nl.resx
- [View]
- Strings.resx
- Strings.fr.resx
- Strings.nl.resx
...
我正在寻找一种自动合并外部资源(自定义 csv 或 resx 文件)的方法 在运行时使用现有资源。 最好使用专用文件夹从同一个程序集中。
感谢您的宝贵时间!
【问题讨论】: