read string from .resx file in C#

前端 未结 14 2263
一生所求
一生所求 2020-12-02 06:01

How to read the string from .resx file in c#? please send me guidelines . step by step

14条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-02 06:26

    Once you add a resource (Name: ResourceName and Value: ResourceValue) to the solution/assembly, you could simply use "Properties.Resources.ResourceName" to get the required resource.

提交回复
热议问题