简体   繁体   中英

Multilingual website using translation

I have a website in PHP (solution in JAVA is also welcome) & I want to add multilingual support in my website. Strict specification is that when user wants to change language of the page it would get translated dynamically. I am not suppose to make N no. different of pages for different language. Is it possible ? If Yes how? I have gone through few plugin & web service such as Microsoft but they charge heavily that's why I want to do it on my own.

you could use a frontend translation tool such as https://localizejs.com/ (there are others); there you can add languages on the fly and as long as no human translations are available, the tool would use something like Google Translate as a fallback

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM