Documentation

getCulture()

Returns current (user) culture preferences and/or locale defaults, as reported by the configured i18n provider.

getCulture(): Record<string, any>;

Notes

Related