Get front matter params from certain language

Hi guys I wondering if there is possibility to get .Params from certain language

try something like {{ languanges.en.Params.foo }} but it did not work

FYI I need this to implement site search with algolia

any clue?

thanks

You’ll want to use a variant of: Fetch page from another language using .GetPage

So, get the site of your desired language, then get the params of that site.