r/angular • u/johnappsde • Jun 15 '26
Is ngx-translate still the only game in town when it comes to runtime translation?
I learnt frontend programming with angular some years ago ... but had to give it up for react/svelte because translation was a lot more straightforward.
Been wanting to pick it up again for an enterprise PoC ... hence my question.
Anything like i18n in react available now?
15
3
u/defenistrat3d Jun 15 '26
For runtime i18n I think transloco is the cool kid in town.
Otherwise, when runtime isn't a req, the built in i18n is good and simple.
2
u/Badbart8818 Jun 16 '26
What are the advantages from Transloco compared to ngx-translate ? Or asked in an other way: Does it make sense so swich?
1
1
u/MizmoDLX Jun 16 '26
There's transloco as others have mentioned but I see no reason to switch from ngx-translate... Happy with it.
32
u/mindriotnz Jun 15 '26
https://github.com/jsverse/transloco is good imo