Package io.micronaut.core.util.locale
Interface LocaleResolutionConfiguration
- All Known Subinterfaces:
HttpLocaleResolutionConfiguration
- All Known Implementing Classes:
HttpServerConfiguration.HttpLocaleResolutionConfigurationProperties
public interface LocaleResolutionConfiguration
Locale resolution configuration.
- Since:
- 2.3.0
- Author:
- Sergio del Amo
-
Method Summary
-
Method Details
-
getFixed
- Returns:
- The fixed locale.
-
getDefaultLocale
- Returns:
- The locale to be used if one cannot be resolved.
-