> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# How to Add Hindi and Devanagari Support in Arch Linux
- URL: https://itsfoss.com/display-hindi-arch-antergos/
- Published: 2015-08-23T20:02:16.000Z
- Updated: 2023-01-11T09:56:14.000Z
- Author: Abhishek Prakash
- Tags: Quick Tip, #Import 2022-12-26 08:27

[![Add Indian Languages support in Arch Linux based Antergos](https://itsfoss.com/content/images/wordpress/2015/08/Indian-languages.jpg)](https://itsfoss.com/content/images/wordpress/2015/08/Indian-languages.jpg)

You might be knowing by now that I have been trying my hands on Arch-based Antergos Linux lately. One of the first few things I noticed after installing Antergos was that **Hindi scripts were not displayed properly** in the default chromium browser.

This is a strange thing that I never encountered before in my desktop Linux experience ever. First, I thought maybe it could be a browser problem so I went on to install Firefox only to see the same story repeated. Firefox also could not display Hindi properly. Unlike Chromium that displayed nothing, Firefox did display something but it was not readable.

- ![No hindi support in Arch Linux based Antergos](https://itsfoss.com/content/images/wordpress/2015/08/Hindi_Support_Antergos_Arch_linux_1.jpeg)
- ![No hindi support in Arch Linux based Antergos](https://itsfoss.com/content/images/wordpress/2015/08/Hindi_Support_Antergos_Arch_linux_2.jpeg)

Strange? So no Hindi support in Arch based Antergos Linux by default? I did not verify, but I presume that it would be the same for other Indian languages etc that are also based on Devanagari script.

I this quick tutorial, I am going to show you how to add Devanagari support so that Hindi and other Indian languages are displayed properly.

## Add Indian language support in Arch Linux

Open a terminal and use the following command:

```
sudo yaourt -S ttf-indic-otf
```

Enter the password. And it will provide rendering support for Indian languages.

Restarting Firefox displayed Hindi correctly immediately, but it took a restart to display Hindi. For that reason, I advise that you **restart your system** after installing the Indian fonts.

[![Adding Hindi display support in Arch based Antergos Linux](https://itsfoss.com/content/images/wordpress/2015/08/Hindi_Support_Antergos_Arch_linux_4.jpeg)](https://itsfoss.com/content/images/wordpress/2015/08/Hindi%5FSupport%5FAntergos%5FArch%5Flinux%5F4.jpeg)

I hope tis quick helped you to read Hindi, Sanskrit, Tamil, Telugu, Malayalam, Bangla and other Indian languages in Arch based Linux distros such as Manjaro Linux.