Exemplo n.º 1
0
 public static bool CheckIfTranslationKeyExists(string phraseKey)
 {
     return(Languages.CheckIfTranslationPhraseExists(phraseKey));
 }