Esempio n. 1
0
 /// <summary>
 /// Returns true if a key exists
 /// </summary>
 /// <param name="key">The key to check if exists</param>
 public bool KeyExists(string key)
 => LanguageManager.EntryExists(key);