Code Examples
custom language
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | <!--
The example uses the i18n array to change the langauge of the recorder
-->
<html>
<head>
<script>
CT_i18n = []
CT_i18n[4] = CT_i18n[4] || "Lorem Ispum Dolar De Vici Sacrum"
CT_i18n[5] = CT_i18n[5] || "Semper Fi"
CT_i18n[6] = CT_i18n[6] || "Ubi Sububi"
CT_i18n[7] = CT_i18n[7] || "Polifina Veritas"
</script>
<script src='//www.cameratag.com/v16/js/cameratag.min.js' type='text/javascript'></script>
<link rel='stylesheet' href='//www.cameratag.com/v16/css/cameratag.css'></link>
</head>
<body>
<camera id='DemoCameras' data-app-id='63f9c870-72c4-0130-04c5-123139045d73'></camera>
</body>
</html>
|