Binding::ConverterCulture Property
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Gets or sets the culture in which to evaluate the converter.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [TypeConverterAttribute((CultureInfoIetfLanguageTagConverter^::typeid))] property CultureInfo^ ConverterCulture { CultureInfo^ get(); void set(CultureInfo^ value); }
If you do not set this property, the binding engine uses the Language property of the binding target object. In XAML this defaults to "en-US" or inherits the value from the root element (or any element) of the page, if one has been explicitly set.
For information about data conversion, see the Data Conversion section in the Data Binding Overview.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: