Get all translations of a specific key #1472
abd-el-rahman-mustafa
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We can use this now to get the current language translation
this.translate.instant(key);
so can we use something like it to get all translation for this key
for an example if we have ( en , fr , ar ) languages we get an object as a result like this --> { en : "value" , fr : "value" , ar : "value" }
Beta Was this translation helpful? Give feedback.
All reactions