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.
2 つの言語 (英語とスペイン語) を使用するアプリを開発しているため、フロントエンドで言語を変更する必要があります。私の質問は命令に関連しています:
<input type = "date" name = "date" />
どのように言語の日付を入力するように指定できますか? この単純なコードを使用すると: from: to: スペイン語で月と日を含むカレンダーが常に表示されるため、英語に変更する方法を知る必要があります。
ありがとう。
iOS Safari と Google Chrome は lang 属性を尊重せず、常にブラウザーのロケールを適用します。私の知る限り、ページの作成者は言語を指定する方法がありません。