Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8227739
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T16:13:44+00:00 2026-06-07T16:13:44+00:00

I am developing an app where it need to supported in two languages (English

  • 0

I am developing an app where it need to supported in two languages (English & Hindi). I am familiar in designing in English but i don’t have any idea regarding how to create UI in Hindi.

Can anyone please help me how to create android UI in Hindi……?
I want the following XML file in Hindi means in the place of Name & Password as per below image, i need to get Hindi words.. but i kept Hindi text means it is showing boxes in place of username & password. As you can find below button. created two dynamic textview. English text is displaying exactly but coming to Hindi text displaying boxes.

main.xml

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/layoutbase"    
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<TableLayout
    android:layout_width="match_parent"
    android:layout_height="wrap_content" >
    <TableRow
        android:id="@+id/tableRow1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" 
        android:layout_weight="1">
        <TextView
            android:id="@+id/textView1"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textSize="30px"
            android:text="Username"/>
        <EditText
            android:id="@+id/editText1"
            android:layout_weight="1"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content">
        </EditText>
    </TableRow>
    <TableRow
        android:id="@+id/tableRow2"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_weight="1" >
          <TextView
            android:id="@+id/textView2"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textSize="30px"
            android:text="नमस्ते"/>
        <EditText
            android:id="@+id/editText2"
            android:layout_weight="1"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content">
        </EditText>
    </TableRow>
</TableLayout>

output is displaying boxes as per below image

enter image description here
enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T16:13:45+00:00Added an answer on June 7, 2026 at 4:13 pm

    You must download .ttf(true type font)file for hindi and create folder name as fonts in your project asset folder and paste hindi_font_file.ttf file in your asset under fonts folder and refer and set font face in your textview like below code:

    Typeface tf = Typeface.createFromAsset(getAssets(), "fonts/hindi_font_file.ttf");               
    TextView tv = (TextView) findViewById(R.id.yourtextview);
    tv.setTypeface(tf);
    tv.setText("हिंदी");
    

    Now hindi text display on your ui for more details try to follow instructions below post

    Android Tamil font between english word

    and here is link for download hindi ttf file

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing an android app, and I need to have a json response of
I'm developing an iOS app, but i need to identify the user who made
I'm currently developing an iOS app and have reached the point where I need
I'm developing an iPad Web App for a client. Unfortunately I don't have an
I'm developing an app in Android and I need to traverse a xml file.
I am developing an app in Cocoa. I need to show a progress at
I'm developing an app in php, and I need to set up a pretty
I am developing an IOS app. I need a functionality that includes undo and
I am developing an android app. I need to call my MainActivity without reloading
We are now developing a social news feed iOS app, and we need to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.