Hello,
To internationalize my web application, I have to change dynamically the culture (the language). I have already done my ressource files.
I have try the following code (found in the section tutorial "Internationalizing Your Application") : Profile.SetPropertyValue("PreferredCulture", sLanguage);
but there is a runtime error : The settings property 'PreferredCulture' was not found.
Do you know what is the correct property name or the correct way to change the culture ?
Thanks for your answers.
St?phanie