Checks if a locale is supported for digit conversion يتحقق من دعم لغة معينة لتحويل الأرقام
static bool isLocaleSupported(String locale) { return _getNumeralsForLocale(locale) != null; }