String weakInternetError(String appLanguage) { return appLanguage == 'ar' ? 'إشارة الإنترنت ضعيفة !' : 'Internet signal weak !'; }