Kimono.KLocale.Language C# (CSharp) Méthode

Language() public méthode

Returns the language code used by this object. The domain AND the library translation must be available in this language. defaultLanguage() is returned by default, if no other available. Use languageCodeToName(language) to get human readable, localized language name.
public Language ( ) : string
Résultat string
        public string Language()
        {
            return (string) interceptor.Invoke("language", "language() const", typeof(string));
        }