As far as I know, Umbraco just lists the languages available on your machine, so you would need to add that language to both your dev machine and server (this may not be possible) in order to use it.
I was unable to determine if ar-IN is an official language-culture option as it can not be added to windows so may not be.
How can I add new language ?
Hi All,
I would like to add new language like: Arabic (India), ISO code : ar-IN,
Thanks,
As far as I know, Umbraco just lists the languages available on your machine, so you would need to add that language to both your dev machine and server (this may not be possible) in order to use it.
I was unable to determine if ar-IN is an official language-culture option as it can not be added to windows so may not be.
Thanks for reply,
Can I override existing IsoCode ?
ex: ar-LB to ar-IN
Hi shashidhar,
Umbraco get's the available cultures from your operating system. This is the code that get's all the available cultures : https://github.com/umbraco/Umbraco-CMS/blob/v11/contrib/src/Umbraco.Web.BackOffice/Controllers/LanguageController.cs#L39
You can use the code from this fiddle in a console app to see if it is listed : https://dotnetfiddle.net/LbRVOJ
I don't know how to fix it to be honest.
Dave
Thanks for reply,
Can I override existing IsoCode ?
ex: ar-LB to ar-IN
is working on a reply...