<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Nikhil Rathi</title>
    <description>The latest articles on DEV Community by Nikhil Rathi (@debuggingdev).</description>
    <link>https://dev.to/debuggingdev</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F454701%2F25254252-3e29-4bac-86c7-20d400bb96f9.png</url>
      <title>DEV Community: Nikhil Rathi</title>
      <link>https://dev.to/debuggingdev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/debuggingdev"/>
    <language>en</language>
    <item>
      <title>Internationalization of Angular App</title>
      <dc:creator>Nikhil Rathi</dc:creator>
      <pubDate>Sat, 12 Sep 2020 05:53:44 +0000</pubDate>
      <link>https://dev.to/debuggingdev/internationalization-of-angular-app-3a04</link>
      <guid>https://dev.to/debuggingdev/internationalization-of-angular-app-3a04</guid>
      <description>&lt;p&gt;How to Internationalization our Angular App?&lt;br&gt;
That's the question my project manager fires on me suddenly a morning and I have no idea about the implementation of Multilingual content in Angular.&lt;br&gt;
As a fresher, my first response is Let me search some good npm packages for that, i'll try some and get back to you in evening.&lt;br&gt;
But i found mostly packages are either difficult to understand/implement or key-value feature need default sentence as key.&lt;br&gt;
So here what i finally found after going through hundreds of Github/Google/Npm pages - why don't we implement our own approach like other projects.&lt;br&gt;
It takes one hour of my day and finally first sentence of App is multilingual.&lt;br&gt;
Things I use: Service, JsonFile/ServerJsonResponse, Pipe with Default value handling.&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--A9-wwsHG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/DebuggingDev"&gt;
        DebuggingDev
      &lt;/a&gt; / &lt;a href="https://github.com/DebuggingDev/AngularInternationlization"&gt;
        AngularInternationlization
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Internationalization of Angular App
    &lt;/h3&gt;
  &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;I will upload source code shortly.&lt;/p&gt;

</description>
      <category>angular</category>
      <category>javascript</category>
      <category>internationalization</category>
    </item>
  </channel>
</rss>
