MultiBinding::ConverterCulture Property
.NET Framework (current version)
Gets or sets the CultureInfo object that applies to any converter assigned to bindings wrapped by the MultiBinding or on the MultiBinding itself.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [TypeConverterAttribute((CultureInfoIetfLanguageTagConverter^::typeid))] property CultureInfo^ ConverterCulture { CultureInfo^ get(); void set(CultureInfo^ value); }
<object ConverterCulture="ietfLanguageTag"/>
- ietfLanguageTag
A string used to set the CultureInfo. This string is used to internally call. GetCultureInfoByIetfLanguageTag. For details on the string format, see CultureInfo::GetCultureInfoByIetfLanguageTag.
.NET Framework
Available since 3.0
Available since 3.0
Show: