Configure middleware for locale extraction and i18n context
StaticwithConfigure I18n with app-specific options
Use this method in AppModule to provide custom locale configuration and app-specific messages that merge with system messages.
I18n configuration options
Dynamic module with options provider
Interface for modules that configure middleware
Implement this interface in your module class to configure middleware using the consumer pattern.
Example