acceptLanguage( options: { fallbackLanguage: string; supportedLanguages: string[] },): ( req: IncomingMessage & { locale?: string }, _res: FastifyReply, next: () => void,) => void Parameters
- options: { fallbackLanguage: string; supportedLanguages: string[] }
Returns (
req: IncomingMessage & { locale?: string },
_res: FastifyReply,
next: () => void,
) => void