Aurelia-Bootstrap-Plugins icon indicating copy to clipboard operation
Aurelia-Bootstrap-Plugins copied to clipboard

abp-select I18N support?

Open kyttike opened this issue 6 years ago • 1 comments

Hi,

I was wondering if someone has already worked on this, but is there a good way to localize the select options?

Right now I am considering tracking locale changes from aurelia-i18n and generating the collection again. Or go the cheaper route and force refresh page when language is changed.

kyttike avatar Nov 06 '18 10:11 kyttike

I haven't used that yet but I'm certainly open to PR. I implemented I18n in another repo with another 3rd party lib and I was rebuilding the entire select. However bootstrap-select has ways to refresh the UI, so that might be better performance wise and if that works, it could potentially keep the user's selection.

ghiscoding avatar Nov 06 '18 14:11 ghiscoding