Skip to main content
1 vote
0 answers
64 views

If build&deploy non-ssr localized versions as subdomains like en.example.org uk.example.org fr.example.org angular.json configuration looks like "i18n": { "...
Dmitry's user avatar
  • 11
1 vote
1 answer
145 views

Description: When in RTL mode, and try to drag a element from a list, the element is offset to the right with the length of the screen width. Please see the link where everything explained with video: ...
Al Imran's user avatar
  • 171
1 vote
1 answer
77 views

I am using @angular/localize to localize my angular application. How can I localize text from different environment files like environment.ts, environment.development.ts, environment.qa.ts? for prod ...
Divesh Dobal's user avatar
0 votes
1 answer
222 views

I use @angular/localize to localize my Angular app. Is there a way to change the app locale dynamically; for example by using a dropdown button? I am fine with reloading the page when the locale is ...
sm-sayedi's user avatar
  • 1,120
1 vote
1 answer
97 views

Using Angular's localize library (@angular/localize) to handle translations in an application. In my German copy however I have certain words that are too long and need a soft hyphen line break ...
James Jenkinson's user avatar
1 vote
0 answers
138 views

I am currently building a web application and I am using Angular as a frontend framework with TS. I already built the site and am now focusing on internationalization, but everytime I run ng extract-...
Zendron's user avatar
  • 11
0 votes
1 answer
118 views

I’m hosting an Angular 18 SSR project on Firebase's new App Hosting service. I need to set up localization (e.g., /en, /tr paths). Do I need to configure nginx for this, or does Firebase App Hosting ...
p_escobr's user avatar
2 votes
1 answer
673 views

Currently, I am upgrading my app to angular 18 and also am migrating i18n from ngx-translate to angular/localize. Unfortunately, I couldn't achieve plural in typescript, I can do the same in html. ...
Gokul Raj Shanmugam's user avatar
44 votes
2 answers
17k views

I just upgraded to Angular 18 and I get the following warning when I do ng serve: ▲ [WARNING] Polyfill for "@angular/localize/init" was added automatically. [plugin angular-polyfills] In ...
Mihai Socaciu's user avatar
3 votes
1 answer
7k views

How can I set the default locale in Angular 17? In angular.json I added "projects": { "myproject": { .... "i18n": { "sourceLocale": &...
user2959635's user avatar
0 votes
0 answers
2k views

I'm currently working on an Angular 17 application and I'm looking to implement internationalization (i18n) to support multiple languages. Specifically, I need to set up a dropdown in my application ...
Nidhi Rathee's user avatar
-1 votes
1 answer
1k views

I want to use @angular/localize for my angular application. I am using a recently created nestjs backend with an Angular frontend in a Nx monorepo. When trying to add the Package with npm install @...
PowerCoder's user avatar
1 vote
1 answer
1k views

I'm creating a new Angular 17 application. Some others will be created afterwards. So I want to create a library with main layout to be able to share it between all my applications. As the application ...
Jonathan's user avatar
0 votes
5 answers
3k views

I am implementing an i18n for a personal project which uses Atomic Design for components. So far I haven't encountered any problems (and I am pretty new to Angular), but for the last couple of days I'...
The Revanchist's user avatar
0 votes
0 answers
182 views

I'm using the runtime translation via loadTranslation() before the app initializes. But this topic isn't described in a detailed way in the documentation. I've found a solution for defining a ...
user2622344's user avatar
  • 1,156

15 30 50 per page