I am trying to change the language of my website dinamically. So, i have created a global resource file(.resx) for each language I want to display. For example: LanguageEnUs.re sx, LanguagePtBr.re sx, etc...
The user would be able to switch the language whenever he wants, so I must load the .resx on his request.
I have already done it programatically using
Code:
globalresourcestring = (String)GetGlobalResourceObject("LanguageEnUs",
Leave a comment: