culture service workaround

spring-update
Diamantis Tziotzios 3 years ago
parent 8a5f9d3536
commit 5483847754

@ -81,6 +81,6 @@ export class CultureService {
}
getCurrentCulture(): CultureInfo {
return this.currentCulture;
return this.currentCulture || this.cultureValues.get('en-US'); //TODO: fix this
}
}

Loading…
Cancel
Save