Skip to content

Instantly share code, notes, and snippets.

@yigitfindikli
Created July 22, 2021 16:29
Show Gist options
  • Save yigitfindikli/ce42158cff9b77df7b96e181a907267f to your computer and use it in GitHub Desktop.
Save yigitfindikli/ce42158cff9b77df7b96e181a907267f to your computer and use it in GitHub Desktop.
PrimeNG I18N API with ngx-translate Doc Example
constructor(private config: PrimeNGConfig) {}
ngOnInit() {
this.config.setTranslation({
accept: 'Accept',
reject: 'Cancel',
//translations
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment