Android - Localized text search using english alphabet

26 Views Asked by At

I have tried to google for this but I don't know exactly what to look for. The Android app I am working on uses localized text. Some users use English keyboard only and can't use localised characters for search. So if they want to search for the phrase "čađ" they type "cad". So there is a need to convert "čađ" to "cad" to find a phrase successfully.

My question is how this feature or functionality is called. Is there any Android library doing this?

I have a pretty good idea of how to implement this, but if a solution already exists, I think it is better to use it.

0

There are 0 best solutions below