pas2js/demo/translate/translate_object.html
2019-07-15 12:58:03 +00:00

18 lines
486 B
HTML

<!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 - Object API</title>
<script src="translate_object.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>