How can I translate static contents from my homepage or other pages to other language?

I’m planning to transfer our multilanguage WordPress site to Kirby, but I can’t seem to find some articles on how to translate static contents. Most articles are about translating post contents. By static content, I mean contents that are part of the design. Like for our homepage which consists of atleast 5 sections. Each sections has a background image, a header and a small paragraph,

Hello :slight_smile: , i am Working on That to, so i Have Found This in The Kirby Documentation, i Hope This will Help You :smiley: .

Cheers, thesmithy

Check this out: https://getkirby.com/docs/languages/variables

1 Like

My hint:
Install https://github.com/getkirby/langkit on your dev server to answer your question, if you look in the code.

Good luck!