Hi Peter,
There's a whole framework in ASP.NET for doing that using Resources.
How to: Create Resource Files for ASP.NET Web Sites
http://msdn2.microsoft.com/en-us/library/ms228002.aspx
http://msdn.microsoft.com/library/de...calization.asp
Ken
Microsoft MVP [ASP.NET]
"Peter Kirk" <> wrote in message
news:...
> Hi
>
> I am making a few simple web-controls (user controls) which have several
> textboxes, dropdowns, and labels. Sometimes the text in the dropdowns and
> the labels needs to be in different languages.
>
> What is a good way of giving the control the information it needs to set
> the text for the dropdowns and labels?
>
>
> Thanks,
> Peter
>