Hi everyone
I’m hoping someone can point me in the right direction. I’ve never worked with translating pages or content in October CMS via a plugin before.
Right now, the content shown on my website is being fetched through a component and was created using the Dynamedia Posts plugin.
I’ve now got a requirement to make this content translatable.
In a previous project, I handled this using Tailor, where I created posts directly in Tailor and added fields like:
title:
title_ur: (for Urdu translation)
Then I used a navbar button to switch the locale, which would fetch data from title_ur
instead of title
.
However, that approach doesn’t seem to apply to the Dynamedia Posts plugin.
I also tried using RainLab.Translate, but all I managed to get working was the language dropdown switcher. The actual content translation part is something I’m not able to understand.
Could someone please clarify:
- Are RainLab.Translate and Dynamedia Posts compatible?
- Or what’s the recommended way to make Dynamedia content translatable?
Any guidance or examples would be really appreciated.