python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
@angular/localize: How to use interpolation in templates?
I'm using @angular/localize to translate labels in my application.
Say this is my translation file:
{
"locale": "en-US",
"translations": {
"WELCOME_M...
displayName
Votes: 0
Answers: 0
Angular Localization Issue with EJ2 Syncfusion
I m working on the Syncfusion Spreadsheet component to play data like an excel. I implemented all necessary things with Syncfusion documents. But I have an issue in there. I m trying to format numbers...
Mykyusuf
Votes: 0
Answers: 2
Angular i18n $localize function doesn't return source language term
Running our application with the Spanish LOCALE_ID ("es"), I can dynamically pull a translation term and then render a toaster type message as follows:
const message = $localize`:Toastr ...

bob.mazzo
Votes: 0
Answers: 1
Angular 13 i18n switches to en-US when I try to access some of the routes in the other language
I hosted my angular 13 website on Github Pages and after I added i18n I have the following routing problem.
When I go to https://MyRepoName.github.io/base/en-US/ everything is fine and I get redirecte...

Saso
Votes: 0
Answers: 0