How to display south Indian languages in Android
I have a requirement to display one text in multiple languages especially Kannada and Telugu I am developing with minimum required API 14 (4.0) Thankyou Try this... I shared here the whole application code. Project structure activity_main_activity1.xml <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:background="#2b579a" android:orientation="vertical" tools:context=".MainActivity1" > <LinearLayout android:layout_width="match_parent" android