isArabic static method

bool isArabic()

Implementation

static bool isArabic() {
  return Q.SELECTED_LOCALE.languageCode == "ar";
}