How to make a website availabel in different language
-
Hello, I'm working on an ASP project. The client wants this site availabel in different language. What is the best way to do it? Do I have to create different pages for each language? Regards, Nilesh Hapse.
-
Hello, I'm working on an ASP project. The client wants this site availabel in different language. What is the best way to do it? Do I have to create different pages for each language? Regards, Nilesh Hapse.
Resource files and satellite assemblies have one of thier utilities listed as this feature. :)
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
Resource files and satellite assemblies have one of thier utilities listed as this feature. :)
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
Hi Vasudevan, Is this feature availabel in plain ASP(I mean ASP 3.0). What I understand from your reply is this is availabel in ASP.NET!! Regards, Nilesh Hapse. -- modified at 6:00 Tuesday 7th August, 2007
-
Hi Vasudevan, Is this feature availabel in plain ASP(I mean ASP 3.0). What I understand from your reply is this is availabel in ASP.NET!! Regards, Nilesh Hapse. -- modified at 6:00 Tuesday 7th August, 2007
ASP is obviously a total disaster, however, you can still set up your ASP project so that all strings come from files which can then be modified to create a central place for setting up versions in different languages.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
ASP is obviously a total disaster, however, you can still set up your ASP project so that all strings come from files which can then be modified to create a central place for setting up versions in different languages.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
I know ASP is total disaster :( But this project is to be developed in ASP only. thanks for the help. Regards, Nilesh Hapse.
-
I know ASP is total disaster :( But this project is to be developed in ASP only. thanks for the help. Regards, Nilesh Hapse.
Nilesh Hapse wrote:
But this project is to be developed in ASP only.
You still want to cling to the side of disaster. Even Google search of 'classic ASP' now goes to ASP.NET pages. :-D
Vasudevan Deepak Kumar Personal Homepage Tech Gossips