MultiBinding::ConverterCulture Property

 

Gets or sets the CultureInfo object that applies to any converter assigned to bindings wrapped by the MultiBinding or on the MultiBinding itself.

Namespace:   System.Windows.Data
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
[TypeConverterAttribute((CultureInfoIetfLanguageTagConverter^::typeid))]
property CultureInfo^ ConverterCulture {
	CultureInfo^ get();
	void set(CultureInfo^ value);
}

Property Value

Type: System.Globalization::CultureInfo^

A valid CultureInfo.

<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
Return to top
Show: