user760226
user760226

Reputation: 163

Arabic localization in Angularjs

Are there any localization modules that can help with Arabic localization for an angular app? I have looked at angular-translate, but it does not seem to support rtl languages like arabic. Any pointers would be helpful.

Upvotes: 3

Views: 2084

Answers (1)

Niro
Niro

Reputation: 443

You might want to use i18next. I think it is the most commonly used localization tool, and i personally used it's node.js library for Arabic localization

Upvotes: 2

Related Questions