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