Click here to Skip to main content
15,891,787 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Can anybody please let me know how to re-render my View when the language is changed.

Also I am facing one issue where current thread goes to previous thread(Original value), if I try to call the action method which rendered the page once again.

For ex:At Inital Load, Index was loaded
When I change Culture, I set the thread to new Culture, which works successfully, but as soon as I call Index, thread goes back to original state, again.
Posted

1 solution

I suspect this means the culture setting is not being retained. I am not sure what you mean by 'thread', your MVC site should not be multithreaded.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900