Method UseLocale
UseLocale(CultureInfo)
Changes the default thread current culture through DefaultThreadCurrentCulture.
public HttpServerHostContextBuilder UseLocale(CultureInfo locale)
Parameters
locale
CultureInfoThe default CultureInfo object which the HTTP server will apply to the request handlers and callbacks thread.