convertStringToLocale static method
Converts a string containing digits to the specified locale يحول نصاً يحتوي على أرقام إلى اللغة المحددة
Implementation
static String convertStringToLocale(String text, String locale) {
return text.convertNumbers(locale);
}