| 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.2
Syntax Public ReadOnly Property Item (
key As Object
) As String
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:
StringThe localized string
See Also