paper-datatable-api
paper-datatable-api copied to clipboard
2.0 - Default language issue
The language is always overwritten in the attached method. If you pass language="fr" and your browser is in english it will set the language to english.
I don't think that the element should try and detect the language, the app should handle this.
I suggest we remove the language detection code in the attached method.
Maybe a new property could be added, auto-detect-language (default: false)