Click or drag to resize

ILanguageSpecificMetaDataItem Property

Gets/sets a string value by its Locale

Namespace:  Ingeniux.Runtime.Assets
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
string this[
	CultureInfo locale
] { get; set; }

Parameters

locale
Type: System.GlobalizationCultureInfo
The locale for the value

Return Value

Type: String
String value with given locale, or null if no value with given locale exists
See Also