Check if this locale is RTL
static bool isRTL(Locale locale) { return isRtlLanguage(locale.languageCode); }