Kimono.KLocale.IsApplicationTranslatedInto C# (CSharp) Method

IsApplicationTranslatedInto() public method

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
return bool
        public bool IsApplicationTranslatedInto(string language)
        {
            return (bool) interceptor.Invoke("isApplicationTranslatedInto$", "isApplicationTranslatedInto(const QString&)", typeof(bool), typeof(string), language);
        }