Click or drag to resize

LocaleItem Property (Object)

Gets the localized string with an object as a key

If the key is an enum the returned formatting will be: enum value - enum name

Int64, Int32, UInt32 and UInt64 are formatted using {0:#,#}.

Double, Single and Decimal are formatted using {0:#,#.00}.

Otherwise its tries to retrieve the localized string using the key's type name as key.

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

Parameters

key
Type: SystemObject
The object used as key

Property Value

Type: String

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

Return Value

Type: String
The localized string
See Also