[PHP] Setting Language Environment to Japanese with mbstring.language="japanese"
By setting mbstring.language in php.ini as follows, you can set the language environment to Japanese.
mbstring.language="japanese"
This affects the behavior of functions like mb_send_mail.
・Reference: PHP/tips/Japanese Environment php.ini Settings - yohgaki’s wiki
That’s all from the Gemba.