public interface LocaleResolver extends Serializable, DeltaSpikeConfig
Provides the current Locale.
DeltaSpike provides a default implementation which returns the current system Locale.
An application can provide an own implementation as @Alternative. This could e.g. examine a JSF View or the Locale of any currently logged in User.
Locale getLocale()
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.