culture service workaround
This commit is contained in:
parent
8a5f9d3536
commit
5483847754
|
@ -81,6 +81,6 @@ export class CultureService {
|
||||||
}
|
}
|
||||||
|
|
||||||
getCurrentCulture(): CultureInfo {
|
getCurrentCulture(): CultureInfo {
|
||||||
return this.currentCulture;
|
return this.currentCulture || this.cultureValues.get('en-US'); //TODO: fix this
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue