Aurelia-Bootstrap-Plugins
                                
                                
                                
                                    Aurelia-Bootstrap-Plugins copied to clipboard
                            
                            
                            
                        abp-select I18N support?
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.
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.