python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Translate words into the class component (.ts) with ngx-translate (Angular)
I want to translate the content of a table into my typescript class. The table's data are fetched from JSON file located into /assets.
Is there a way to achieve that?
How I can mark translation into a...

DEV_404_NF
Votes: 0
Answers: 1
Angular multi-language input field for entering text in multiple languages
I am working on a multi-language web application using Angular 12 and ASP.NET Core 6 for the backend. For the most part, all interactions with the backend are simple CRUD operations. In many cases, th...
Chris
Votes: 0
Answers: 1
NullInjectorError: No provider for TranslateService in dependency
I created a custom Angular Library which uses TranslateModule as a dependency. When i use this library inside my main application as a NPM dependency, my application compile correctly, but the compone...
Nuselva
Votes: 0
Answers: 1
ngx-translate: Event to detect changing language (Angular)
I want to detect the switch of the "current language" using ngx-translate library.
Which js event I can use to achieve that?
To better understand what I mean, please check this simple exampl...

DEV_404_NF
Votes: 0
Answers: 2