Click or drag to resize

LocaleItem Property (String)

Gets the localized string with the specified key

Returns null if the key was not found

Namespace:  Cauldron.Localization
Assembly:  Cauldron.Localization (in Cauldron.Localization.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public string this[
	string key
] { get; }

Parameters

key
Type: SystemString
The key of the localized string

Property Value

Type: String

[Missing <value> documentation for "P:Cauldron.Localization.Locale.Item(System.String)"]

Return Value

Type: String
The localized string
See Also