• Resolved raymond621

    (@raymond621)


    Hi Support

    I am running a multisite ecommerce store with subdirectory setup Is it possible to use this plugin to set a default language on each of the multisite? Or use query string to change the language?

    For example:
    abc.com will show English
    abc.com/fr/ will show French

Viewing 1 replies (of 1 total)
  • Plugin Author Prisna

    (@prisna)

    Greetings,

    Please see the following thread:

    https://ww.wp.xz.cn/support/topic/set-default-language-to-show/

    If you can detect the language from the URL, then you can use it as a parameter to call the translation function in the above link:

    window.PrisnaGWT.run(detected_language);

    Note that the site will always load in its original language, and then the translation will take place and after a second it’ll get translated.

    Regards

Viewing 1 replies (of 1 total)

The topic ‘Multisite Translation’ is closed to new replies.