arf method

String arf(
  1. String arabicMeans
)

the "arf" means "Arabic By Fastor"

Implementation

String arf(String arabicMeans ) {
  if(LangFastor.isArabic ) {
    return arabicMeans;
  } else {
    return this;
  }
}