1234567891011121314151617 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta http-equiv="Content-type" content="text/html; charset=utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>Translation using resource strings - Basic API</title>
- <script src="translate_basic.js"></script>
- </head>
- <body>
- <h2 id="translate-header"></h2>
- <p id="translate-text"></p>
- <button id="btn-translate" class="btn btn-primary"></button>
- <script>
- rtl.run();
- </script>
- </body>
- </html>
|