localeRegex property
matches locale part only 1 - language 3 - script 5 - country
Implementation
static RegExp localeRegex = RegExp('^$LOCALE_REGEX_RAW\$');
matches locale part only 1 - language 3 - script 5 - country
static RegExp localeRegex = RegExp('^$LOCALE_REGEX_RAW\$');