I’m trying to use localization in my project. I created MVC 4 project and added resourses.resx file. But when i try to access this file from _Layout.schtml studio say that name ‘Resources’ doesn’t exist in current context.


What is wrong?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use
@Resources.ResourceName.Propertywhen you want to access your resource from cshtmlDon’t forget to make your resource Public access