Android Sound Localization

104 views Asked by At

Does anyone know how to do sound/media Localization in android like we do with strings translations to support different languages in the app? because i didn't find any good resources for this feature.

EDIT - This is how i using the media resources files, by the way the strings localization work properly, but the sound not.

I am using SoundPool to play the sound i just pass the resources ID for example R.raw.ecg_recording.

enter image description here

0

There are 0 answers