Skip to content

[P3][Sourcing][Localization] Value help dialog close button tooltip and search placeholder are not getting localized #14230

Description

@I543348

Describe your proposal

Value help dialog close button tooltip and search placeholder are not getting localized

<fdp-value-help-dialog #purchasingOrgVHD [dialogTitle]="purchasingOrgLabel" uniqueKey="key" tokenViewField="value" searchSelection="multi" tabs="select" [fdPatchLanguage]="languagePatch" [dataSource]="purchasingOrgVhdDataSource" [value]="selectedPurchasingOrgVhd" (valueChange)="onPurchasingOrgVhdValueChange($event)" [attr.awname]="'purchasingOrgInput_vhd'"> <fdp-value-help-dialog-filter *ngFor="let filter of purchasingOrgVhdFilters" [advanced]="false" [exclude]="false" [key]="filter.key" [label]="filter.label" /> </fdp-value-help-dialog>

this.languagePatch = { platformVHD: { selectTabDisplayCountLabel:${this.i18nValues.nativeElement.getAttribute('itemsDisplayCountLabel')} ({{ count }}), selectedEmptyLabel: this.i18nValues.nativeElement.getAttribute('noItemsselected'), selectedAndConditionLabel: this.i18nValues.nativeElement.getAttribute('selectedItems'), searchButtonLabel: this.localizeutilhelper.getLocalizedItemByKey('placeholderSearch'), successButtonLabel: this.localizeutilhelper.getLocalizedItemByKey('okLabel'), cancelButtonLabel: this.localizeutilhelper.getLocalizedItemByKey('cancelLabel') } };

Image Image

Which versions of Angular and Fundamental Library for Angular are affected?

ng 21 , ngx version: 0.57.6

Affected Component

platform value help dialog

Steps to Reproduce (for bugs)

search placeholder text and tokens "cross button" tooltip are not getting localized even after passing fdPatchLanguage

StackBlitz example(s)

No response

Priority

Medium

Declaration

  • I'm not disclosing any internal or sensitive information.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions