Method in Localization
Returns a boolean value indicating whether this Localization 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