I can generate random string just like here.
But are there some tools to generate same string according to user language? So you can just pass language code and get a string?
I can generate random string just like here.
But are there some tools to generate same string according to user language? So you can just pass language code and get a string?
This problem is called "internationalization" or i18n.
If you google "javascript internationalization" you'll find several projects that could help, including:
https://slexaxton.github.io/Jed/
I've used Jed before and it worked well for me.