DevExtreme jQuery - DataSource - langParams
Type:
Use this property to include language-specific parameters in sorting and filtering operations performed on a client. For example, you can use langParams to make DataSource ignore letters with diacritic symbols. Specify locale and collator options as in the example below:
JavaScript
- const dataSource = new DevExpress.data.DataSource({
- // ...
- langParams: {
- locale: 'fr',
- collatorOptions: {
- sensitivity: 'accent',
- caseFirst: 'upper'
- }
- }
- });
locale
Type:
Refer to the following page to see the list of available locales: IANA Language Subtag Registry.
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.