Expressで Accept-Languageヘッダーを取得したい 調べたところ、単純にreq.headers["accept-language"]とすれば取得できるが、調べる過程でreq.acceptedLanguagesというメソッドを知った expressjs.com req.acceptsLanguages(lang [, ...]) Returns the first accepted language of the specified languages, based on the request’s Accept-Language HTTP header field. If n…