We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Combo
It would be good if IgcCombo can be localized in a similar way to IgcGrid.
For example, currently, if you want to localize the following texts,
you need to write a code like this:
const combo = document.querySelector('igc-combo'); combo.placeholderSearch = "検索"; render(html`<span slot="empty">このリストは空です</span>`, combo);
On the other hand, in case of IgcGrid, you can make it just by preparing resource strings and set them to IgcGrid's resourceStrings:
const GridResourceStrings = { igx_grid_groupByArea_message: "列ヘッダーをここへドラッグして列をグループ化します。", igx_grid_emptyFilteredGrid_message: "レコードは見つかりませんでした。", igx_grid_emptyGrid_message: "グリッドにデータがありません。", igx_grid_filter: "フィルター", ... } const grid = document.querySelector("#grid1") as IgcGridComponent; grid.resourceStrings = GridResourceStrings;
See the description above.
No or unsure. This never worker, or I haven't tried before.
5.1.0
No dependency.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which component(s) are affected?
Combo
Description
It would be good if IgcCombo can be localized in a similar way to IgcGrid.
For example, currently, if you want to localize the following texts,
![image](https://private-user-images.githubusercontent.com/33947244/398665125-788a767e-3889-466e-b5d7-605ebfd21675.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzODA3MjAsIm5iZiI6MTczOTM4MDQyMCwicGF0aCI6Ii8zMzk0NzI0NC8zOTg2NjUxMjUtNzg4YTc2N2UtMzg4OS00NjZlLWI1ZDctNjA1ZWJmZDIxNjc1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDE3MTM0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk0NDlhY2E4MTFiYzdkNTUyY2RmYjkyOTU1OGYzYTcyNWI2YTc0MjgwNjk1MmFmZDNmM2RjM2NmNTRkNGEyY2UmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.YXjbwIl3fmpmeG3_Pu0BPcN3A-wCnRvdKMQUOVdmFW8)
![image](https://private-user-images.githubusercontent.com/33947244/398665175-59e942f1-5d77-4113-a8ab-467a81f2239b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzODA3MjAsIm5iZiI6MTczOTM4MDQyMCwicGF0aCI6Ii8zMzk0NzI0NC8zOTg2NjUxNzUtNTllOTQyZjEtNWQ3Ny00MTEzLWE4YWItNDY3YTgxZjIyMzliLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDE3MTM0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM2MzM1NGJmZjdhMDA1Zjk0MDIzZTgwNTMxMTkxOTNmZmMyZjViNzgzOWY5ZGVlYjFkYjQ4NjgzM2Q3OGExM2QmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.K1DDUV7VrTF96zyTYct71rXOiqBYlpn9cIlXMZzcYdY)
you need to write a code like this:
On the other hand, in case of IgcGrid, you can make it just by preparing resource strings and set them to IgcGrid's resourceStrings:
Reproduction
See the description above.
Workaround
See the description above.
Is this a regression?
No or unsure. This never worker, or I haven't tried before.
Affected versions
5.1.0
Browser/OS/Node environment
No dependency.
The text was updated successfully, but these errors were encountered: