packages/ecl/components/ecl-splash-page/ecl-splash-page-language-link/ecl-splash-page-language-link.component.ts
Component representing a link to a language version on the splash page. Displays the name of the language based on the provided language code.
| selector | a[eclSplashPageLanguageLink] |
| templateUrl | ./ecl-splash-page-language-link.component.html |
Properties |
Methods |
Inputs |
HostBindings |
Accessors |
| lang |
Type : string
|
|
Language code used to determine and display the language label. Example: 'en', 'fr', 'de' |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
|
Binds the ECL splash page language link styling classes to the host element. |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| langLabel |
Type : string
|
|
Label of the language resolved from the provided |
| cssClasses |
getcssClasses()
|
|
Binds the ECL splash page language link styling classes to the host element.
Returns :
string
|