Is there a neat way of getting a Locale instance from its \"programmatic name\" as returned by Locale\'s toString() method? An obvious and ugly solution would b
toString()
Method that returns locale from string exists in commons-lang library: LocaleUtils.toLocale(localeAsString)
LocaleUtils.toLocale(localeAsString)