I'm building a site with asp.net 2.0 and I want it to be two languages: portuguese and english. Is there a way to do it dynamically? When u click on a portuguese flas, site in portuguese... when u click on england/US flag, site in english!
I already have the text, I just don't want rebuild the site for the languages...
I appreciate the help
André da Silva Carrilho
http://www.acarrilho.com/
If the post has been answered please marke it as Answered :-)
Thx for ur replay. Actually I did some research and I found a couple of sites that explained how to use the resx files.
Now I stumbled hover another problem. I'm using a MasterPage with a menu and a DropDownList that chooses the language that I want to use. The thing is that the masterpage doesn't allow me use the InitializeCulture() Method so I can't change the culture when
dropDown is selected.
Is there a way to do it in teh masterpage?!
André da Silva Carrilho
http://www.acarrilho.com/
If the post has been answered please marke it as Answered :-)
Member
120 Points
212 Posts
site in 2 different languages
May 18, 2006 08:53 AM|andrecarrilho|LINK
Hi
I'm building a site with asp.net 2.0 and I want it to be two languages: portuguese and english. Is there a way to do it dynamically? When u click on a portuguese flas, site in portuguese... when u click on england/US flag, site in english!
I already have the text, I just don't want rebuild the site for the languages...
I appreciate the help
http://www.acarrilho.com/
If the post has been answered please marke it as Answered :-)
None
0 Points
12 Posts
Re: site in 2 different languages
May 22, 2006 05:18 AM|YongKang|LINK
Please reference the link:
http://www.asp.net/QuickStart/aspnet/doc/localization/localization.aspx#simpleexample
Member
120 Points
212 Posts
Re: site in 2 different languages
May 22, 2006 06:07 AM|andrecarrilho|LINK
Hi
Thx for ur replay. Actually I did some research and I found a couple of sites that explained how to use the resx files.
Now I stumbled hover another problem. I'm using a MasterPage with a menu and a DropDownList that chooses the language that I want to use. The thing is that the masterpage doesn't allow me use the InitializeCulture() Method so I can't change the culture when dropDown is selected.
Is there a way to do it in teh masterpage?!
http://www.acarrilho.com/
If the post has been answered please marke it as Answered :-)