Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サイトでロケールを設定するにはどうすればよいですか? つまり、ウェブサイトのテストでは、言語を設定していないと表示されます..
私はこのようにhtmlで試しました:
<meta http-equiv="content-language" content="es">
しかし、誰かがその方法ではないと言った、テストでもまだ言語が設定されていないと言っている
次のように HTML タグで指定します。
<html lang="es">
詳細はこちら。