Plugin Author
sbouey
(@sbouey)
Thanks for your message/review
1)You can add the language switcher with the shortcode system see documentation here
https://www.faboba.com/en/wordpress/falang-for-wordpress/documentation/119-how-to-configure-language-switcher.html
like this [falangsw display_name=”0″ display_flags=”1″ ]
2)for the svg image , you can just ask to add it in the lite version , I listen to my users to make Falang a great translation plugin.
Even if you can use falang with twenty three plugin it’s not perfect yet
Thread Starter
tavel
(@tavel)
You can add the language switcher with the shortcode system see documentation here
I know, I read the documentation and did tests before to write my opinion. On WordPress 6.3.1 and Twenty Twenty-Three theme your shortcode outputs language switcher HTML code as the very first tags of the page, exactly before
<!DOCTYPE html><html lang="en-US">...
It doesn’t matter in which position of theme template shortcode is placed. Browser shows it anyway in topleft corner of the site, but it’s impossible to position it correctly in this case. I think you never tested your display_switcher() method in block themes.
Anyway, thanks for the answer.
Plugin Author
sbouey
(@sbouey)
yes you are right, i have check on my local twenty twenty two version and the shortcode is set before the first tags of the page. i will fix this