WEBVTT 1 00:00:00.240 --> 00:00:01.170 Language. 2 00:00:01.170 --> 00:00:03.690 Screen readers need to know what language they're reading 3 00:00:03.690 --> 00:00:06.090 to be able to pronounce things correctly. 4 00:00:06.090 --> 00:00:08.820 For the most part, screen readers don't automatically detect 5 00:00:08.820 --> 00:00:10.920 what language the page is written in, 6 00:00:10.920 --> 00:00:14.820 so you need to include the language code in the html tag 7 00:00:14.820 --> 00:00:16.980 in the beginning of the markup of the page. 8 00:00:16.980 --> 00:00:21.810 It could say lang="en", if the page is in English. 9 00:00:21.810 --> 00:00:25.560 That's an easy one to do, sometimes easy to forget as well. 10 00:00:25.560 --> 00:00:27.030 Changes in language. 11 00:00:27.030 --> 00:00:28.920 If there's a phrase or section of text 12 00:00:28.920 --> 00:00:31.620 in a different language than the main language for the page, 13 00:00:31.620 --> 00:00:34.050 add the lang attribute to those sections. 14 00:00:34.050 --> 00:00:36.330 The lang attribute can be added to a span tag, 15 00:00:36.330 --> 00:00:40.383 a paragraph tag, a div tag, or any other tag as appropriate.