How to deploy a multi-language Angular 10 app to Google Cloud using Firebase

From a post before I wrote about how you can implement different languages into your language with the help of Angular’s i18n internationalization system. That means your application can be built and have multiple folders which are the translated version of the app. In this example I have Japanese and the default English from previous …

Having multiple languages in an Angular 10 app

There was not too long ago a nice little blog article about how Angular have improved the localization system here so I thought I’d take a look on the Angular localization. In my application I am going to add Japanese as a second language on top of English. Note that I am using a existing …