Skip to content

Instantly share code, notes, and snippets.

@ajayojha
Created April 2, 2020 13:52
Show Gist options
  • Save ajayojha/21cc61d9fe0afa9503e6161ac72216c2 to your computer and use it in GitHub Desktop.
Save ajayojha/21cc61d9fe0afa9503e6161ac72216c2 to your computer and use it in GitHub Desktop.
selectUser(user) {
// the user object json would be like : {name:"John" }
let message = RxTranslateModule.tranlate(this.multilingualContent.text.selectedRecord, user);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment