Changing text based on locale

Kreativmind

New Member
I am developing a simple website in C# asp.net. What I want to do is the following:On some pages I have a word such as "centre" and this is correct in US English. However, I want this to be converted on the fly to center when the site is accessed from another geography.So what I am really asking is if there is a way in C# asp.net to automatically convert the text based on the geography? I believe there is a localization class in asp.net but I'm not sure how to use that.
 
Top