Can screen readers even identify the name of a language? This can be important, so a user either knows to avoid the language (when they know they don't know it), or knows the name of the language so they can go find a capable synthesizer.
How to test:
- Make one big page with ~100 lines of
lang="xxx", one for each language in my large sample.
- Maybe it's enough for each line to contain some digits.
- Or if necessary, I could try generating language endonyms from JavaScript
Intl methods.
Can screen readers even identify the name of a language? This can be important, so a user either knows to avoid the language (when they know they don't know it), or knows the name of the language so they can go find a capable synthesizer.
How to test:
lang="xxx", one for each language in my large sample.Intlmethods.