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