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.DataAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public string ConverterLanguage { get; set; }
Property Value
Type:
StringSee Also