Hi :)
From a Grav PHP plugin, I need to retrieve for a given page, let's say /register, the markdown of a given language.
My current /register page folder has 3 languages:
register.en.mdregister.fr.mdregister.es.md
I would like to be able to read the markdown of the spanish version, because I need to access the header datas.
How can I achieve that from a Grav plugin in PHP?
Thanks