Tagged Questions
4
votes
1answer
80 views
Using hreflang to specify a catchall language
We have a site primarily targeted at the UK market, and are adding a US-market alternative. As per Google's recommendations:
To indicate to Google that you want the German version of the page to
...
2
votes
1answer
731 views
input type=“file” default language is system language?
I have a question, let's say I have <input type="file" name="image" />. Will the text of the button will change if user will have different language as his system default one? If so than how can ...
2
votes
1answer
779 views
HTML (4.01) “lang” attribute: Best practice / Browser compat for where to place: HTML or BODY?
I'm just creating a new site from scratch. Each page in that site will have a default language and I'd like the markup to reflect it because there will be multiple languages.
I'm using HTML 4.01 and ...