标签: asp.net-mvc visual-studio-2015 asp.net-mvc-5
我在App_GlobalResources中有一个名为Translations.resx和Translations.fr.resx的资源文件。
App_GlobalResources
Translations.resx
Translations.fr.resx
如何使用剃刀从我的视图中引用这些?
当我尝试使用它时:
@MYAPP.Resources.Translations.menuDashboard Or @Resources.Translations.menuDashboard
比编译时间错误:
命名空间中不存在类型或命名空间名称“Resources”
命名空间