Localization doesn't work / Angular

Hi,

we change from Version 1.0x to Version 15.4.17. Since this change the localization doesn't work.

app.module.ts:

import { loadCldr, setCulture, setCurrencyCode } from '@syncfusion/ej2-base';
loadCldr(
require('./localization/cldr-data/de/currencies.json'),
require('./localization/cldr-data/de/ca-gregorian.json'),
require('./localization/cldr-data/de/numbers.json'),
require('./localization/cldr-data/de/timeZoneNames.json'),
require('./localization/cldr-data/de/numberingSystems.json')
)

// Syncfusion
setCulture("de");
setCurrencyCode('EUR');

Why?

Regards

j.nord


1 Reply

PS Pavithra Subramaniyam Syncfusion Team November 20, 2017 11:49 AM UTC

Hi Jürgen, 

We are sorry for the inconvenience caused, we have checked the given code snippet, but we are not able to reproduce the reported issue(‘ localization doesn't work with changing version 15.4.17’). Please refer the below sample link.  
 
  
Could you please provide more information or replicate the issue in the above sample and send back to us so that we could able to sort out the cause of this issue and provide you a better solutions quickly?  
 
Regards,  
Pavithra S. 


Loader.
Up arrow icon