我试图Internationalisation
在我的项目中基于这篇文章。但在方法中的LanguageController.cs
文件中Language
:
public JavaScriptResult Language()
{
return GetResourceScript(Resources.Language.ResourceManager); //Error
}
我收到此错误:
The name 'Resources' does not exist in the current context
怎么了?