Hi Oscar,
Greetings from Syncfusion.
We have analyzed your query. We have prepared a sample based on your requirement. In that, we are using setCulture(‘es’) and loaded the proper CDLR, format is working fine at our end. Please find the below code snippet,
Code snippet:
import * as cagregorian from "./ca-gregorian.json";
import * as currencies from "./currencies.json";
import * as numbers from "./numbers.json";
import * as timeZoneNames from "./timeZoneNames.json";
import { setCulture,enableRipple, loadCldr, setCurrencyCode, L10n, Internationalization } from '@syncfusion/ej2-base';
enableRipple(true);
loadCldr(cagregorian, currencies, numbers, timeZoneNames);
setCulture('es');
|
Kindly revert us, if you are still facing any issues.
Regards,
Baby.