Click or drag to resize
BindingConverterLanguage Property
Gets or sets a value that names the language to pass to any converter specified by the Converter property. Returns a string that names a language. Interpretation of this value is ultimately up to the converter logic.

Namespace: Windows.UI.Xaml.Data
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public string ConverterLanguage { get; set; }

Property Value

Type: String
See Also