Language detector middleware for Hoa.
$ npm i @hoajs/language --saveimport { Hoa } from 'hoa'
import { cookie } from '@hoajs/cookie'
import { language } from '@hoajs/language'
const app = new Hoa()
app.extend(cookie())
app.use(language())
export default appThe documentation is available on hoa-js.com
$ npm testMIT