{@link org.springframework.web.servlet.LocaleResolver} implementationthat always returns a fixed default locale. Default is the current JVM's default locale.
Note: Does not support setLocale, as the fixed locale cannot be changed.
@author Juergen Hoeller
@since 1.1
@see #setDefaultLocale
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.