How can i develope web applicatio on multilaguage?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, I want to create web application on ASP.Net using c# language on different language supported (i.e. English,Dutch,etc..),so please help me and guide me that how can i do that,if possible please provide me some reference code. Thanks.
nikunj padaliya
-
Hello, I want to create web application on ASP.Net using c# language on different language supported (i.e. English,Dutch,etc..),so please help me and guide me that how can i do that,if possible please provide me some reference code. Thanks.
nikunj padaliya
//you can use Localization and Globalization concept. Globalization and localization demystified in ASP.NET 2.0[^]
Padmanabhan