getSupportedLocales static method

List<String> getSupportedLocales()

Gets all supported locales for digit conversion يحصل على جميع اللغات المدعومة لتحويل الأرقام

Implementation

static List<String> getSupportedLocales() {
  return ['ar', 'bn', 'ur', 'en', 'id', 'ms', 'fil', 'tr'];
}