Sequenzia/app/views/layouts/_locale.php

5 lines
156 B
PHP
Raw Normal View History

2013-10-27 01:06:58 +02:00
<script type="text/javascript">
I18n.defaultLocale = "<?= $this->I18n()->defaultLocale() ?>";
I18n.locale = "<?= $this->I18n()->locale() ?>";
</script>