Auto translating website using Google Translate

后端 未结 2 527
渐次进展
渐次进展 2021-02-11 02:48

I need to find a way to translate a website to the appropriate language as the locale settings on a users machine. So in otherwords someone from Germany visits my site, his loca

2条回答
  •  眼角桃花
    2021-02-11 03:43

    Use Follwing code in your head tag

    
    

    display laguage dropdown where you want to display it

    If use only some languages translate than use

    pageLanguage: 'en',
    includedLanguages: 'pt,ar',
    

提交回复
热议问题