Does Metronic support automatic language translation, or is it up to me to implement my own logic for the translations?
Hi,
Yes. You can refer to the Laravel documentation for guidance on localization. The documentation can be found at: https://laravel.com/docs/10.x/localization
Thanks