Link to home
Start Free TrialLog in
Avatar of Gieron
GieronFlag for Sweden

asked on

Using local resource files for several aspx files

I have a web site that is localized to many languages with the use of local resource files. That is, each aspx files has its own local resource file. Some texts were duplicated but I could live with it.

Now we have made mobile phone suitable versions of a couple of pages. Since these pages mostly use the same texts the duplication of texts is beginning to be a problem.

I know that I could convert to using global resource files to accomplish this. But that would be a lot of work.

Is there a way for me to point an aspx page to use a specific local resource file? So that, for example, my FrontPage.aspx and FrontPageMobile.aspx pages both use the FrontPage.aspx.resx file for texts?

Or is there another clever solution to my problem?
ASKER CERTIFIED SOLUTION
Avatar of Gyanendra Singh
Gyanendra Singh
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial