Skip to content

930582: Changed code example of grid in hotfix branch #601

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Dec 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ej2-react/common/globalization/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The current locale can be changed for all the Syncfusion React UI Components in
import {L10n, setCulture} from '@syncfusion/ej2-base';
L10n.load({
'fr-BE': {
'Grid': {
'grid': {
'EmptyRecord': 'Aucun enregistrement à afficher',
'InvalidFilterMessage':'Données de filtrage invalides',
'UnGroup': 'Cliquez ici pour dégrouper '
Expand Down