open fun setSupportedLocales(@Nullable locales: MutableList<Locale>): Unit
Configure supported locales to check against the requested locales determined via HttpServletRequest#getLocales(). If this is not configured then HttpServletRequest#getLocale() is used instead.
locales - the supported locales
Since
4.3