Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.89 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
  6. <title>Project1</title>
  7. <script type="application/json" data-name="translateData" id="translateId">
  8. {
  9.   "program" : {
  10.     "URLTitle":"Vertaling met resourcestrings - URL API"
  11.   },
  12.   "mystrings": {
  13.       "Button":"Vertaal deze pagina",
  14.       "Header":"Vertaling met resourcestrings",
  15.       "Paragraph":"Deze tekst wordt vertaald.",
  16.       "TranslateDirect":"De directe API wordt gebruikt voor dit voorbeeld.",
  17.       "TranslateJSON":"Een JSON object wordt gebruikt voor dit voorbeeld.",
  18.       "TranslateURL":"Een URL wordt gebruikt voor dit voorbeeld."
  19.   }
  20. }
  21. </script>
  22.  
  23. <script src="project1.js"></script>
  24. </head>
  25.  
  26. <body>
  27.   <script>
  28.     window.addEventListener("load", rtl.run);
  29.   </script>
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement