[ASP.NET] Change CulturalInfo after button click
- by Bart
Hello,
i have multilingual asp.net site.
there is masterpage and default.aspx
in masterpage i put two buttons one to click when i want to change the language to english, second for polish. I want to change the language after click on these buttons (and all changes should appear automatically on the page)
here is a code for both:
protected void…