The name 'Resources' does not exist in the current context

copyworld

New Member
I'm trying to have \[code\]Internationalisation\[/code\] in my project based on this article . but in \[code\]LanguageController.cs\[/code\] file in \[code\]Language\[/code\] method:\[code\] public JavaScriptResult Language() { return GetResourceScript(Resources.Language.ResourceManager); //Error }\[/code\]I get this error:\[code\]The name 'Resources' does not exist in the current context\[/code\]what's wrong whit It?
 
Back
Top