Internationalization (i18n)
The i18n service enables customization of internal strings of BlueprintUI components. These string values are often used for accessibility aria attributes but also can be used for text content.
import { I18nService } from '@blueprintui/components/i18n';
I18nService.keys = { actions: { sort: 'trier' } });