OK. I did some experimenting that might help you.
Users should be able to change their device TTS language using Android Settings.
On an Android 8 this is Settings>General Management>Language & Input>Speech>Use system language>Croatian . For example two screens you might see:
The TextToSpeech component can let you know which languages should/may be available on your device.
HRV should be the country; hr should be the language. HRV for Hrvatski (Croatian)
Some possible example code:
.
The code in Button5 and Button7 fail. The app does not like hr. I do not know why.
Perhaps this stuff will work on your device?
The TTS component documentation 'says' " Country is code to use for speech generation. This can affect the pronunciation. For example, British English (GBR) will sound different from US English (USA). Not every country code will affect every language. 