The tutorial you are following uses a package called @angular/localize, which is a part of Angular's native i18n system for translating applications.
When you internationalize with @angular/localize, you have to build a separate application for each language.
I recommend using ngx-translate instead, as it allows you to dynamically load translations at runtime without the need to compile your application with a specific locale.