Click or drag to resize

LocaleContains Method

Determines whether the Locale contains a localized string defined by the key.

Namespace:  Cauldron.Localization
Assembly:  Cauldron.Localization (in Cauldron.Localization.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public bool Contains(
	string key
)

Parameters

key
Type: SystemString
The key of the localized string

Return Value

Type: Boolean
true if Locale contains the string; otherwise false.
See Also