From 43ca039eff8609af1daa23ca8d07fbd02128b454 Mon Sep 17 00:00:00 2001
From: Priyanka-Vijayasankar
<102575583+Priyanka-Vijayasankar@users.noreply.github.com>
Date: Mon, 18 Nov 2024 15:36:21 +0530
Subject: [PATCH] Updated the localization text.
---
Samples/Localization/MainWindow.xaml.cs | 3 +--
.../Resources/Syncfusion.PropertyGrid.Wpf.fr-FR.resx | 10 +++++-----
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/Samples/Localization/MainWindow.xaml.cs b/Samples/Localization/MainWindow.xaml.cs
index 970413b..a76bcee 100644
--- a/Samples/Localization/MainWindow.xaml.cs
+++ b/Samples/Localization/MainWindow.xaml.cs
@@ -22,10 +22,9 @@ public partial class MainWindow : Window
{
public MainWindow()
{
- InitializeComponent();
-
//Changing current culture as French culture
System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("fr-FR");
+ InitializeComponent();
}
}
}
diff --git a/Samples/Localization/Resources/Syncfusion.PropertyGrid.Wpf.fr-FR.resx b/Samples/Localization/Resources/Syncfusion.PropertyGrid.Wpf.fr-FR.resx
index 6511980..0796dd1 100644
--- a/Samples/Localization/Resources/Syncfusion.PropertyGrid.Wpf.fr-FR.resx
+++ b/Samples/Localization/Resources/Syncfusion.PropertyGrid.Wpf.fr-FR.resx
@@ -134,15 +134,15 @@
Tooltip text for button, to categorize properties in PropertyGrid.
- Claire
+ clair
Tooltip text for clear button of search box in PropertyGrid.
- L'CollectionEditor
+ Éditeur de collection
Title text of CollectionEditor dialog.
- (L'Collection)
+ (Collection)
Watermark text of collection editor in PropertyGrid.
@@ -150,7 +150,7 @@
OK button text in CollectionEditor dialog.
- Retirer
+ Enlever
Remove button text in CollectionEditor dialog.
@@ -158,7 +158,7 @@
Text for menu item, to reset value of property in PropertyGrid.
- Chercher
+ Recherche
Watermark text of search textbox in PropertyGrid.
\ No newline at end of file