Method Contains
| Improve this Doc View SourceContains(in string, in string)
Checks if a translation exists for given language and token.
Declaration
public bool Contains(in string language, in string token)
Parameters
Type | Name | Description |
---|---|---|
string | language | Language being checked. |
string | token | Token being checked. |
Returns
Type | Description |
---|---|
bool | True if the token was found. |