diff --git a/headers/os/locale/Language.h b/headers/os/locale/Language.h index d5dddafec8..b1fdda0d6f 100644 --- a/headers/os/locale/Language.h +++ b/headers/os/locale/Language.h @@ -35,6 +35,7 @@ class BLanguage { status_t GetName(BString* name); // ISO-639 language code, e.g. "en", "de" const char* Code(); + bool IsCountry(); uint8 Direction() const;