Uppy Locale on Angular

Hi people, is my first time here and I have a problem with Uppy on Angular:

  • I have installed the packages: npm i @uppy/core @uppy/locales
  • I imported my language: import Dutch from '@uppy/locales/lib/nl_NL';

And finally I used like this in my ngOnInit:

But always my Uppy is in English. What I’m doing wrong?. All works perfectly except the language, always is English :(.

Hope you can help me
Thanks!!