Change Language on React JS App

I fix this, with this script inside index.html

<script>
      $(document).ready(function(){
        $.i18n.reload('es-ES');
      })
    </script>
1 Like