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') } };
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
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') } };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