question with internationalization
-
Hi, my application works in different cultures i.e. in french, german and english in C#. Now, the problem is, I shud add a support e-mail which shud be different for each culture. Is that is possible to dirrectly add in web config file? or there any other methods that can be performed? Thankx
-
Hi, my application works in different cultures i.e. in french, german and english in C#. Now, the problem is, I shud add a support e-mail which shud be different for each culture. Is that is possible to dirrectly add in web config file? or there any other methods that can be performed? Thankx
If you put the information in a configuration file it would mean you having a copy of the configuration file for each culture or finding a way to change the configuration setting as part of the installation of the application. Perhaps it is easier to add the culture specific email address as a string in a resource file.