我想要两个人
a)在运行时明确指定CultureInfo 和
b)使用强类型资源属性或强类型密钥。
我的意思是这样的:
Properties.GetResourcesForCultureInfo(user.CultureInfo).MyResourceFile.MyString;
或者
Properties.MyResourceFile.ResourceSet.GetString(MyResourceFile.MyStringKey, user.CultureInfo);
是否可以实施?