Skip to content

Instantly share code, notes, and snippets.

@linhvovn
Last active December 30, 2018 10:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linhvovn/a706d57332fbf9d818b4cd515cb193aa to your computer and use it in GitHub Desktop.
Save linhvovn/a706d57332fbf9d818b4cd515cb193aa to your computer and use it in GitHub Desktop.
@Configuration
public class LocaleSupportConfig extends DelegatingWebFluxConfiguration {
@Override
protected LocaleContextResolver createLocaleContextResolver() {
return new RequestParamLocaleContextResolver();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment