multilingual site
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
Hi How can i create a multilingual site??? Regards
sAqIb "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.
It's a bit of work but you need to look at using resource files. In ASP.Net you can add a global resource file or each page can have it's own.
-
Hi How can i create a multilingual site??? Regards
sAqIb "Our scientific power has outrun our spiritual power. We have guided missiles and misguided men." Dr. Martin Luther King Jr.
you have to create shared assembly files and create culture information in that file so that multilingual site can gather the information if the user clicks the specified language like en-US ,en-UK etc....
Sathesh Pandian