Click or drag to resize

LocaleItem Property

Overload List
  NameDescription
Public propertyItemObject
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.

Public propertyItemString
Gets the localized string with the specified key

Returns null if the key was not found

Top
See Also