Hi
I am new to asp.net and have not coded for very long.
I want to make my homepage in a english version, but how do i do that? I want to make buttons, and when you click the page will change to english and i have some of the text in a database.
Is there a beginners guide to that somewhere? Have been seraching for a long time, and cannot find somone good.
Hope some one could help me.
Tina
Loading

Upamanyu Roy ChoudhuryPosted Feb 21, 2013, 4:52 AM
As a general rule, use resx files to localize strings that can only be added by developers and are only updated when new versions of the application are deployed. Resx files are specially tailored for this purpose and work great.
How to Localize Windows Forms and Change the Language at Runtime is good article for you How to Localize Windows Forms and Change the Language at Runtime.
And here are two thread talking about the same topic which would be helpful to you:
Tina OvergaardPosted Feb 17, 2013, 7:25 AM
Rishikesh Kumar SinghPosted Feb 15, 2013, 8:35 AM
Go through these urls...
http://www.c-sharpcorner.com/UploadFile/ankithakur/Globalization_Localization_in_DotNet_CSharp07032006023510AM/Globalization_Localization_in_DotNet_CSharp.aspx
http://www.codeproject.com/Articles/15313/Globalization-and-localization-demystified-in-ASP
http://www.codeproject.com/Articles/334820/Using-Globalization-and-Localization-in-ASP-NET
If it helps you then select it as accepted answer..