I have a website that will be used in 4 different languages. I have seen several good articles about localization in ASP.NET 2.0 for page controls and such.
I have several error messages and properties that are set/written through the code, and I haven't been able to find a good article about using localized resources through code. Does anyone know of a good one?
None
0 Points
113 Posts
Localization
Jan 17, 2006 01:19 PM|RyanSmith345|LINK
I have several error messages and properties that are set/written through the code, and I haven't been able to find a good article about using localized resources through code. Does anyone know of a good one?
None
0 Points
113 Posts
Re: Localization
Jan 17, 2006 04:57 PM|RyanSmith345|LINK
MyBase.GetLocalResourceObject("Key")