グローバル化を実現するために、以下の回答に従っています。 ASP.Net MVC 3 のグローバリゼーション
しかし、私は失敗しました。
次の行でコンパイル失敗エラーが返されます。
using ViewResources;
Resources フォルダーを作成し、ロケールごとに 2 つのリソース ファイル (ViewResources.resx、ViewResources.en.resx) を作成し、追加しました。
<add namespace="ViewResources" />
Viewsフォルダーのweb.configに追加すると、ボスのように失敗します。
Compiler Error Message: CS0246: The type or namespace name 'ViewResources' could not be found (are you missing a using directive or an assembly reference?)