J
jobs
I have an English site I need to make available in Spanish. Ideally
there will be a preset switch in the users profile to indicate they
would like to see the site in Spanish.
My first inclination is to make a copy of the site redirect them after
the login.
Outside of doing it this way, or purchasing/using third party
products or controls that deal with localization and maybe use xml to
drive those controls dynamically. Is their an easy way to handle this
in native asp.net 2.0?
As a simple example, say I have a bunch of asp:Labels with hard coded
text= properties in my markup. Is the technique to basically set these
in the codebhind based on the selected language? Is that the typical
and expected route? If so, sound kinda painful and I'd almost rather
maintain a separate site.
Thanks for any help or information.
there will be a preset switch in the users profile to indicate they
would like to see the site in Spanish.
My first inclination is to make a copy of the site redirect them after
the login.
Outside of doing it this way, or purchasing/using third party
products or controls that deal with localization and maybe use xml to
drive those controls dynamically. Is their an easy way to handle this
in native asp.net 2.0?
As a simple example, say I have a bunch of asp:Labels with hard coded
text= properties in my markup. Is the technique to basically set these
in the codebhind based on the selected language? Is that the typical
and expected route? If so, sound kinda painful and I'd almost rather
maintain a separate site.
Thanks for any help or information.