'What is the actual i18n for the support of Nepali language as like es for spain and it for italy

As there are country code in i18n in grails for the country languages like messages_es.properties for Spain, messages_it.properties for Italy. I want same for the Nepali language. I have tried for messages_np_NP.properties but not working for me as it shows ??????? in my view page. So what is the actual correct code for Nepali language?



Solution 1:[1]

Hitkaji You can customize your own message properties file in grails under i18n>>Resources Bundle'messages'that ends with country locale you are interested. Example: messages_en_GB.properties for British English.

Cheers

Solution 2:[2]

Try this ones:

{ne-np} Nepal Nepali; 
{ne-in} India Nepali

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 javaDeveloper
Solution 2 The Hungry Dictator