Problems With Gallery translating)

Hello. Maybe someone working with Wix more than me and knows API…
what its wrong here?
i need just translate titles in gallery…
this gallery connected to my dataset with rows for 2 languages…

A couple of observations to get started…

Did you enable Multilingual on your site?

Before using a Dataset, you need to make sure that the Dataset is ready. In addition to putting your code in the page’s onReady(), you should also wrap your code in a Dataset onReady() event handler.

hello. wow. thank you, now its works)
missed this step:
Before using a Dataset, you need to make sure that the Dataset is ready. In addition to putting your code in the page’s onReady(), you should also wrap your code in a Dataset onReady() event handler.