MultiLanguageString.ContainsString

MultiLanguageString.ContainsString method

Returns true if the string is present inside all the language strings.

public bool ContainsString(string str)
ParameterTypeDescription
strStringString to check.

Return Value

True if the string is present inside all the language strings.

See Also