I’m looking for a way to force Orchard to use a fixed language for the backend, while still being able to use the CulturePicker for the frontend.
Any hint would be highly appreciated – being my first project with Orchard I don’t really know where to start – except ugly hacking…
The easiest way would be to implement your own
ICultureSelector.You need to check if user is on admin screen first. If so, return the default site culture, otherwise return null (this way the next culture selector, in your case the one from CulturePicker, should kick in).
Example: