Is it possible to make arduino react to non-english language sound?

So I want to create an arduino project that reacts when I talk. But I want it to react to turkish language. Is it possible?

Arduinos can react to sound, no problem. Language (or even the source of the sound) is irrelevant.

Arduinos can do some basic sound recognition - distinguishing different frequencies.

Arduinos can not do speech recognition. Not in English, Turkish, or any other language.

But in that video the guy does it with english Tutorial on Bluetooth sensor HC05 with Arduino | Voice commands - YouTube

I want to make a robot that I can talk to with Bluetooth

That would more likely be a Raspberry Pi or similarly powerful platform. There are lots of speech recognition programs for PC hardware, well over a decade ago I saw demonstrations for Chinese speech to text. Fair chance you can find Turkish as well (and otherwise you certainly can teach your robot with such software).

Doesn't an application like Alexa handle Turkish? That could be another avenue. I have seen several threads here about integrating Alexa with Arduinos.