Does localization or internationalization means that .NET framework will translate all web pages automatically in requested languages? or still we have to maintain different files for different languages and access it conditionally. If possible give one complete
page demo.
>Net will not do that. You have to do it manually. There are various ways to do it. One of hte best way to achieve it is have resource files for each language. Using Resource Manager you can link/use it in your web form. Hope it gives you an idea.
No you still need satellite Assemblies and Resource files, try this URL for demo code. Hope this helps. http://openmymind.net/localization/index.html Kind regards, Gift Peddie
None
0 Points
3 Posts
Read carefully (localization)
Jan 06, 2005 02:15 AM|mukund1|LINK
All-Star
159984 Points
13198 Posts
ASPInsiders
Moderator
Re: Read carefully (localization)
Jan 06, 2005 12:20 PM|mbanavige|LINK
Member
10 Points
224 Posts
Re: Read carefully (localization)
Jan 07, 2005 01:29 AM|HeyRamu|LINK
Regards
Ramu
Contributor
4150 Points
5249 Posts
Re: Read carefully (localization)
Jan 19, 2005 03:31 PM|Caddre|LINK