Dear Lazyweb. Is it possible to a web docment with both US and British English spellings in it? Will the browser display one or the other based on the users personal locale?
@penguin42 I was wondering if you could do it inline in the same document? Basically I want to include both spellings of virtualisation so googling works when looking for content.
@stsquad Oh it feels like there could be so many hacks for that :-) https://css-tricks.com/almanac/selectors/l/lang/ looks like it would do it; I'm not sure what googling it would show.
The other thought is JS that fiddled the text.
@stsquad https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language is a header passed by the browser to the server; so you could select which to serve.