#### Please describe the feature you would like to request. The mat-select is currently hard-coded to use a comma as the delimiter for displaying multiple values: https://github.com/angular/components/blob/058ed0f66c80bd21f254d825946cde9bdb6db2e6/src/material/select/select.ts#L687 Please add a configurable property for the delimiter. #### What is the use-case or motivation for this proposal? Localization, as well as semantics, i.e. ability to use AND or OR as the separator. #### Is there anything else we should know? Nope.