リソース ファイルを含む mvc プロジェクトが 1 つあります。これは、自動生成されたファイルの名前空間ですDesigner.cs
。namespace eWarranty.Languages
私のソースコードでは、新しいを作成しますResourceManager
:
var resourceManager = new System.Resources.ResourceManager("eWarranty.Languages", System.Reflection.Assembly.GetExecutingAssembly());
しかし、私はこのエラーが発生します:Additional information: Could not find any resources appropriate for the specified culture or the neutral culture.
私はResourceManager
間違っていると思います。のライトインスタンスを定義する方法はResourceManager
?