<!DOCTYPE html> <html lang="en-UK"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>How To Translate KM</title> <!-- Style to hide the Google logo and adjust font size --> <style> .goog-logo-link { display: none !important; } .goog-te-gadget { color: transparent !important; } body { font-size: 14px; } h1, h2, ol { margin-bottom: 10px; } ol li { margin-bottom: 5px; } </style> </head> <body> <p><strong>Use the Google Translate button below this instruction to translate it to your native language.</strong></p> <h1>How To Translate KM</h1> <p>There are two methods to read KM in your native language:</p> <h2>Method 1</h2> <ol> <li>Make sure you open the KM link with Google Chrome since this is a Google site that uses Google Translate.</li> <li>Look for an empty space (where there are no words, letters, or content) and right-click in it.</li> <li>In the popup, select ‘Translate to English’ (select it even if you don’t see English, but you see another language).</li> <li>In the popup, click on the three vertical dots ⋮ and select ‘Choose another language’.</li> <li>Scroll to find your language, click on it, and click ‘Translate’.</li> </ol> <h2>Method 2</h2> <ol> <li>Make sure you open the KM link with Google Chrome since this is a Google site that uses Google Translate.</li> <li>Click on the three vertical dots ⋮ at the top that are to the extreme right of the Google Chrome search box after your account avatar (depending on your device) and follow items 4 and 5 in method 1.</li> </ol> <div id="google_translate_element"></div> <script type="text/javascript"> function googleTranslateElementInit() { new google.translate.TranslateElement({ pageLanguage: 'en' }, 'google_translate_element'); } </script> <script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> </body> </html>