hardmax
hardmax

Reputation: 435

Manually set UICulture in ASP.NET

I'm using .resx files to localise a website. Normally the appropriate file is selected automatically, but I'd also like to allow to select it manually. To do that, I store a field in the database. Where and how should I assign it to the UICulture to change the page language?

Upvotes: 0

Views: 1953

Answers (1)

Mubarek
Mubarek

Reputation: 2689

This might help you:
how do I give client option which language to choose?
Once localized with .resx files, how to enable client to view entire website in their language?

For more search SO, you should find different flavors methods as how to do it.

Upvotes: 1

Related Questions