ContainsLocalizedString(string)
public bool ContainsLocalizedString(string key);
Name | Description |
---|---|
string key | The key to search for. |
true
if this Localization has a string for the given key; false
otherwise.Last modified 21d ago
Name | Description |
---|---|
string key | The key to search for. |
true
if this Localization has a string for the given key; false
otherwise.