Hi,
i can't find the igx-combo ResourceStrings.
How can i translate like IGridResourceStrings and ITimePickerResourceStrings ?
Regards
Ingo
my Problem was the "Add Item" Template with the option [allowCustomValues].
I have added my own addItemTemplate to the combo so i can handle the translation.
But RessourceStrings are nice
Hello,
Thank you for posting in our community.
My suggestion is to take a look at this help topic. To get all available resource strings, there is a global function getCurrentResourceStrings, which returns an IResourceStrings object. The values could be replaced in order to be localized and then the object can be passed to the changei18n function, as a parameter, which will change the global i18n for the igniteui-angular components.
Please let me know if you need any further assistance regarding this matter.