Click or drag to resize
GlobalizedNameValueCollectionItem Property
Gets the String with the specified key and language.

Namespace: Activsoft.Engine.Globalization
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public string this[
	string key,
	string cultureOrLanguage
] { get; }

Parameters

key
Type: SystemString
The key.
cultureOrLanguage
Type: SystemString
The language.

Property Value

Type: String
The String.

Return Value

Type: String
See Also