Help with resource type.

M

m.ramana

I am getting the following error
Could not find any resources appropriate for the specified culture (or
the neutral culture) on disk. baseName: MyResource locationInfo: <null>
fileName: MyResource.resources

I have a web application which needs to be language specific
My folder structure
MyApp
Default.aspx (language stuff works here this works)
->Users (Does not work here)
->Approvers (Does not work here)
->Resources (Does not work here)

I have inherited a class from System.Web.UI.Page and have overritten
Render method to do my language specific content.
Which ever page needs to be language specific I inherit this new
basepage class I have created.

I am using something like this
ResourceManager resmgr =
ResourceManager.CreateFileBasedResourceManager("MyResource",
Server.MapPath("Resources"),null);

Any help is very much appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,969
Messages
2,570,161
Members
46,710
Latest member
bernietqt

Latest Threads

Top