Read a string stored in a resource file (resx) with dynamic file name

后端 未结 4 1687
感情败类
感情败类 2021-02-14 14:12

In my C# application I need to create a .resx file of strings customized for every customer.

What I want to do is avoid recompiling the entire project every time I have

4条回答
  •  伪装坚强ぢ
    2021-02-14 14:25

    Of course it is possible. You need to read about ResouceSet class in msdn. And if you want to load .resx files directly, you can use ResxResourceSet.

提交回复
热议问题