User206383436 posted
Hi Jorge, For that you can use Globalization. you need to create Global Resourse files and store the messages that is global to the application and you ca fetch global resourse text runtime and assign it the appropriate control/variable as well. check
this out for more information.
Hope this will help !!!
When using implicit localization, for example, ASP.NET automatically knows which resource file to use based on the current language/culture. This does not happen when getting resource file key/values programmatically. Am I correct?
If I have several global resource files, one for each language, how do I know which resource file to use? Do I need to detect the current language/culture and use the appropriate file?
With respect,
Jorge Maldonado