Method Contains
| Edit this page 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. |