I want to translate English language to x language, for that Firstly, convert English characters to equivalent English Unicode then convert English Unicode to x Unicode then x Unicode to x characters. So, i want to convert one language Unicode to equivalent other language Unicode using c language or any other.
for Example, i want to convert "Linux" (ex word) from English to Tamil "லினக்ஸ்"
Unicode for "Linux" (ex word) : 004c 0069 006e 0075 0078
is their possibility to convert this English Unicode to Tamil equivalent Unicode ?