Binding.ConverterCulture Property
Silverlight
Gets or sets the culture to be used by the Converter.
Namespace: System.Windows.Data
Assembly: System.Windows (in System.Windows.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The Binding has already been attached to a target element, and cannot be modified. |
If ConverterCulture is null, the culture is determined by the Language property.
See Binding Markup Extension to learn how ConverterCulture can be set as a binding property through the Binding markup extension, which enables specifying an entire Binding as an attribute string.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.