Skip to main content
cngx-src documentation

CngxCardI18n

Interface

projects/common/card/i18n/card-i18n.ts

Import#

import { CngxCardI18n } from '@cngx/common/card'

Description#

Card i18n surface. Library defaults are English; consumers override via provideCardI18n. Sibling to CNGX_STEPPER_I18N, CNGX_TABS_I18N and CNGX_CHART_I18N.

All three keys are live-region copy. A selectable card announces the transition it just made, never the state it is standing in - so these are armed phrases, spent once per change, not a label the card carries.

Index#

Instance Properties#

deselected#string
Readonly

Announced when a selectable card becomes deselected.

loading#string
Readonly

Owns the live region while the card loads, pre-empting the selection phrase.

selected#string
Readonly

Announced when a selectable card becomes selected.