| 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 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:
StringThe localized string
See Also