I have a series of controls, but most text boxes and labels need to be globalized properly. Is there an easy way to tie them into ASP.NET?
VSNET will handle it for you automatically.
To select the form / user control which is the host and set the Localizable property to correct again, set the property of the language in the language that you want to set the property on the form (in this case, You want the text, but you can also change other details for different places).
Set all the properties of the locale in the appropriate language.
Go and switch the language, and repeat.
When the language is not the default, you can not add more control, just set it back to the default, add your controls, and then switch to another language if you need it.
Comments
Post a Comment