Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
With Multilingual plugin, is it possible to set a locale and redirect to a category that...
... contains all the discussions in the same language at the same time?
While looking at the code to see how it switches locales I saw this two examples:
a) http://example.com/discussions?locale=de-DE
b) var vanilla_embed_locale = 'de-DE';
I tried both and although in my test neither one changed locale, I realized that the plugin is more flexible than I thought (honestly I thought that the plugin had to be used only through the links that it ads to the footer) and that it might well solve my problem... if only I would be able to understand how to use it properly
Thanks a lot!
0
Answers
i am interested in this too
Yeah, use CSS to hide the links it adds to the footer, then add your own links to the category(s) with ?locale=de-DE (or whatever locale you're using) on the end. That'd probably work.