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