public interface LocaleProvider
Locale
.
This is useful for when an action may wish override the default locale. All that is
needed is to implement this interface and return your own custom locale.
The TextProvider
interface uses this interface heavily for retrieving
internationalized messages from resource bundles.
Locale getLocale()
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.