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; }
Property Item (
locale As CultureInfo
) As String
Get
Set
property String^ Item[CultureInfo^ locale] {
String^ get (CultureInfo^ locale);
void set (CultureInfo^ locale, String^ value);
}
abstract Item : string with get, set
Parameters
- locale
- Type: System.GlobalizationCultureInfo
The locale for the value
Return Value
Type:
StringString value with given locale, or null if no value with given locale exists
See Also