You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wpf/Localization.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
---
2
2
layout: post
3
-
title: Localization in Syncfusion<sup>®</sup> WPF UI Controls | Syncfusion<sup>®</sup>
4
-
description: Learn about Localization support in Syncfusion<sup>®</sup> WPF UI Contorls using .RESX files and also explains editing default strings of WPF controls.
3
+
title: Localization in Syncfusion<sup>®</sup> WPF UI Controls | Syncfusion<sup>®</sup>
4
+
description: Learn about Localization support in Syncfusion<sup>®</sup> WPF UI Contorls using .RESX files and also explains editing default strings of WPF controls.
5
5
platform: wpf
6
6
control: Localization
7
7
documentation: ug
8
8
---
9
9
10
-
# Localization of Syncfusion<sup>®</sup> WPF Controls
10
+
# Localization of Syncfusion<sup>®</sup> WPF Controls
11
11
12
-
Localization is the process of translating the application resources into different language for the specific cultures. You can localize the syncfusion<sup>®</sup> WPF controls by adding a resource file for each language.
12
+
Localization is the process of translating the application resources into different language for the specific cultures. You can localize the syncfusion<sup>®</sup> WPF controls by adding a resource file for each language.
13
13
14
14
## Changing application culture
15
15
@@ -48,7 +48,7 @@ End Class
48
48
49
49
You can create .resx files for any language by following these steps:
50
50
51
-
N> You can get the default resource files of all Syncfusion<sup>®</sup> WPF libraries from [GitHub](https://github.com/syncfusion/wpf-controls-localization-resx-files).
51
+
N> You can get the default resource files of all Syncfusion<sup>®</sup> WPF libraries from [GitHub](https://github.com/syncfusion/wpf-controls-localization-resx-files).
52
52
53
53
1) Right-click your project and add a new folder named as `Resources`.
54
54
@@ -75,4 +75,4 @@ N> Download demo from the [GitHub](https://github.com/SyncfusionExamples/wpf-dat
75
75
76
76
## Editing default culture strings
77
77
78
-
You can change default string of any control by adding the default .resx files ([from GitHub](https://github.com/syncfusion/wpf-controls-localization-resx-files)) to `Resources` folder of your application. If it is added, Syncfusion<sup>®</sup> WPF controls reads the default string from the .resx files of application.
78
+
You can change default string of any control by adding the default .resx files ([from GitHub](https://github.com/syncfusion/wpf-controls-localization-resx-files)) to `Resources` folder of your application. If it is added, Syncfusion<sup>®</sup> WPF controls reads the default string from the .resx files of application.
0 commit comments