Localization: finding the language selected by the user

Is it possible in my code to find the language selected by the user in a localized RBS application?

Hi @semafox,

You can try with CultureInfo.CurrentCulture.Name which is what the generated CulturePicker component is using.

Works great, thanks!