CulturePicker

This control allows to pick culture from System.Globalization.CultureTypes.AllCultures list.

Inherits from Catel.Windows.Controls.UserControl.

It looks like ordinary combobox populated with list of CultureInfo.

CulturePicker 01

Properties

Property nameDescription
SelectedCultureGets or sets selected culture (of type System.Globalization.CultureInfo)

How to use

Put it on parent control and bind SelectedCulture property.

<orc:CulturePicker SelectedCulture="{Binding Culture}"/>

Contributions

We would like to thank the following contributors:

Want to contribute to the documentation? We have a guide for that!


Questions

Have a question about Catel or WildGums controls? Use StackOverflow with the Catel tag!