Exemple #1
0
    //All below functions are simply helpers for accessing Language dictionary functions without giving editor direct access to language dictionary

    public static void AddLanguage(string languageName)
    {
        Languages.AddLanguage(languageName);
    }