isR2L method

bool isR2L()

Implementation

bool isR2L() {
  return locale.languageCode == "ar";
}