Can we change the spellchecker language using plain HTML?
Or does it use the device settings and Safari Mobile settings (language)?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Unfortunately, no. You can set the
langattribute on the input element, say<input lang=de>, but HTML5 drafts do not even suggest that this would affect the spellchecking, and as far as I see, it does not affect it. The selection of the language is to be made by the user, via the browser’s user interface, in a browser-dependent manner.