I have a plugin and theme installed on my WP. Through instructions and comparisons with working examples I managed to put together a working i18n-config.json that makes the LSB appear and work for the plugin options and input on the admin page.
The front-end will have various parts where users will put in their info. One example of a page like that is: https://wedme.gr/en/submit-listing/
I have tried various approaches to get the LSB to appear on this page so users can input their data in both languages but I just can't make it happen. I tried doing this both through a theme i18n-config.json and a plugin i18n-config.json and both at the same time but it seems I am doing something wrong. I won't bore you with the variations I tried because it was a lot (and I'm guessing most of it will probably make you laugh).
Is my approach all wrong? Is this one of those cases where it is not as simple as adding a i18n-config.json?
Thanks in advance for your help ;)