String noInternetsError(String appLanguage) { return appLanguage == 'ar' ? 'برجاء الإتصال بالإنترنت !' : 'Please Connect to Internet !'; }