Binding.ConverterLanguage property

This topic has not yet been rated - Rate this topic

Gets or sets a value that names the language to pass to any converter specified by the Converter property.

Syntax


public string ConverterLanguage { get; set; }


<Binding ConverterLanguage="string"/>

Property value

Type: System.String [.NET] | Platform::String [C++]

A string that names a language. Interpretation of this value is ultimately up to the converter logic.

Remarks

If a value for ConverterLanguage is specified, this value is used for the language value when invoking the converter logic. By default and in the absence of ConverterLanguage being set, the value passed for language is based on the application context.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Data
Windows::UI::Xaml::Data [C++]

Metadata

Windows.winmd

See also

Binding
XAML data binding sample
Data binding overview

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.