Hiding and displaying services in multilingual site

Hi, we are a natural health hub operating in both Latin America and North America. We need to be able to display Spanish or English speaking practitioners depending on the chosen language of the site. Our services are setup in Wix bookings.

Any ideas if this is codable? To hide or display practitioners based on language?

Yeah that should indeed be possible using the Wix Multilingual API.

I’d approach your problem the following way:

In the database (of the practictioners) add a field with the language.

When the site loads first get the current language and then filter the dataset of the repeater according to the language. Should be pretty simple

That’s great news, thank you!!