I am developing one application using spring boot and bootstrap. My requirement is I want to change languages as per user requirement. Recently I referred one task in w3sc: Task In this code have script file and so many Integrations internally.
Snippet:
<script type="text/javascript"
src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit">
</script>
When its run without Google access (without internet) not working. Can I Integrate Google translator offline or any alternate solution for integrate google translator in my application?