Angular localization to support right to left languages

<p><strong>L</strong>ocalizing an angular app is fairly simple If you&rsquo;re using ngx-translate, all you have to do is add a translate directive to every text tag that you want to translate from one language to another, along with json files to represent the multiple languages in your app, and you&rsquo;ve got yourself a multilingual app.</p> <p>There are many tutorials on how to add localization to an angular application, but I recently had a task where I needed to add localization to an app that I was working on, but the problem was that I needed to add support for an RTL (right to left) language, which is Arabic, and this is where things got interesting because you don&rsquo;t just need to translate words from one language to another.</p> <p><a href="https://medium.com/@mustafasaeed007/angular-localization-to-support-right-to-left-languages-7225a6c71eef"><strong>Website</strong></a></p>
Tags: Left Languages