/// <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);