5 lines
156 B
PHP
5 lines
156 B
PHP
|
<script type="text/javascript">
|
||
|
I18n.defaultLocale = "<?= $this->I18n()->defaultLocale() ?>";
|
||
|
I18n.locale = "<?= $this->I18n()->locale() ?>";
|
||
|
</script>
|