Last updated 2 years ago
Was this helpful?
Method in
Returns a boolean value indicating whether this contains a string with the given key.
public bool ContainsLocalizedString(string key);
string key
string
The key to search for.
true if this Localization has a string for the given key; false otherwise.
true
false