ContainsLocalizedString(string)
Last updated
Was this helpful?
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
The key to search for.
true if this Localization has a string for the given key; false otherwise.
Last updated
Was this helpful?
Was this helpful?
