我正在尝试在 c# 代码隐藏中访问 resx。
我已经看到了这个答案: read string from .resx file in C#
,但不知道在此语句中用什么代替“项目”:
ResourceManager rm = new ResourceManager("items", Assembly.GetExecutingAssembly());
我在哪里可以看到 resx 的命名空间?
谢谢
我正在尝试在 c# 代码隐藏中访问 resx。
我已经看到了这个答案: read string from .resx file in C#
,但不知道在此语句中用什么代替“项目”:
ResourceManager rm = new ResourceManager("items", Assembly.GetExecutingAssembly());
我在哪里可以看到 resx 的命名空间?
谢谢