I'd like to use hyphenation with armenian language. Here is my test code (the armenian text is in utf8).
\documentclass[a4paper,12pt]{article}
\usepackage{fontspec}
\usepackage{xunicode}
\usepackage{xltxtra}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage[english,armenian]{babel}
\begin{document}
\setmainfont{Arial Unicode}
\selectlanguage{armenian}
հասարակագիտական հասարակագիտական հասարակագիտական հասարակագիտական հասարակագիտական հասարակագիտական հասարակագիտական հասարակագիտական հասարակագիտական հասարակագիտական
\end{document}
I'm using recent txlive 2012 and compiling my tex using xelatex command. I'm getting the following error: ! Package babel Error: Language definition file armenian.ldf not found.
See the babel package documentation for explanation.
Type H <return> for immediate help.
...
l.141 \ProcessOptions*
Is the armenian hyphenation not checked before and the armenian.ldf is really missing or I misconfigured the packages in test.tex?
With thanks in advance, Nerses
P.S. I didn't attached the log file, it makes the post too large.