Returns the locale with the following syntax:
static String normalize(String locale) { return locale.replaceAll('_', '-'); }