Show / Hide Table of Contents

Method Contains

| Edit this page View Source

Contains(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.
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾