refactor(*): New localization implementation.
Closes #15181
Requires PR: https://github.com/IgniteUI/igniteui-i18n/pull/1
Additional information (check all that apply):
- [ ] Bug fix
- [x] New functionality
- [ ] Documentation
- [ ] Demos
- [ ] CI/CD
Checklist:
- [x] All relevant tags have been applied to this PR
- [x] This PR includes unit tests covering all the new code (test guidelines)
- [x] This PR includes API docs for newly added methods/properties (api docs guidelines)
- [ ] This PR includes
feature/README.MDupdates for the feature docs - [ ] This PR includes general feature table updates in the root
README.MD - [x] This PR includes
CHANGELOG.MDupdates for newly added functionality - [ ] This PR contains breaking changes
- [ ] This PR includes
ng updatemigrations for the breaking changes (migrations guidelines) - [ ] This PR includes behavioral changes and the feature specification has been updated with them
@skrustev there are conflicts please resolve them
@skrustev hiding in toolbar is not changing title in hierarchicalgrid and treegrid
@skrustev
- Pivot is not changing it's aggregators for the values
- Search in the pivot data selector
@skrustev Calendar is not changing the select date text
@skrustev
- Pivot is not changing it's aggregators for the values
- Search in the pivot data selector
![]()
Pivot value aggregations doesn't appear to be localized in general due to how they are retrieved at the moment. I think this can be logged separately.
PS: I already have it logged actually from earlier during development #16159
@skrustev hiding in toolbar is not changing title in hierarchicalgrid and treegrid
A little more details please on how to reproduce. The default lables for Toolbar's column hiding is Visible columns and for me it is localized:
PS: It appears you have set title for the hiding action:
<igx-grid-toolbar-hiding title="Column Hiding"></igx-grid-toolbar-hiding>
@skrustev Calendar is not changing the
select datetext
This exact resource is the same for almost all languages except I think Bulgarian. No idea why, seems to be a separate issue.
Setting the locale directly on the pivot grid does not change the date dimension months and display localizations

