Kimono.KLocale.IsApplicationTranslatedInto C# (CSharp) 메소드

IsApplicationTranslatedInto() 공개 메소드

Checks whether or not the active catalog is found for the given language. name="language" language to check
public IsApplicationTranslatedInto ( string language ) : bool
language string
리턴 bool
        public bool IsApplicationTranslatedInto(string language)
        {
            return (bool) interceptor.Invoke("isApplicationTranslatedInto$", "isApplicationTranslatedInto(const QString&)", typeof(bool), typeof(string), language);
        }