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