Hi there,
I'm trying to create Multilanguage site using a MasterPage but cant seems to find anything on the web.
Does anyone know how can that be achieved?
Many thanks
Mkariti
Hi there,
I'm trying to create Multilanguage site using a MasterPage but cant seems to find anything on the web.
Does anyone know how can that be achieved?
Many thanks
Mkariti
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
mkariti mkaritiPosted May 20, 2011, 7:59 AM
I followed mosesofegypt solution from here:
http://mosesofegypt.net/post/2008/02/Applying-localization-with-MasterPages.aspx
and I wander if it is posible to use the GlobalResources rathar than the LocalResources as I dont realy want to create a resource page for everypage on my site at the moment I only want to control the css file to change from LTR to RTL.
many thanks
mkariti mkaritiPosted May 20, 2011, 4:05 AM
Many thanks for your quick replys.
I will try your solution tonight.
rahul Gupta - what do u mean by Please accept my ans? also I dont see the attchements.
Many thanks
mkariti
Ankit NandekarPosted May 20, 2011, 12:44 AM
http://www.c-sharpcorner.com/UploadFile/mosessaur/aspnetlocalization02042006165851PM/aspnetlocalization.aspx
rahul GuptaPosted May 19, 2011, 11:50 PM
you must to use .resx file in your application and list all text in resx file with uniqe key . can read resx file, see the attachement
Please accept my ans, if you feel ok with this.
Posted May 19, 2011, 11:43 PM
Please find out following links :
1) http://mosesofegypt.net/post/2008/02/Applying-localization-with-MasterPages.aspx
2) http://bytes.com/groups/net-asp/481130-how-programmatically-set-theme-master-page#post1856573
I have used same solution in case of Applying Multilingual and Theme from Master page to all Content pages.
You will get an exact solution.
http://mosesofegypt.net/post/2008/02/Applying-localization-with-MasterPages.aspx
http://www.codeproject.com/KB/aspnet/localization_websites.aspx
Hope this helps you.