Skip to content

Commit e62d035

Browse files
modified changes
1 parent af713aa commit e62d035

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

wpf/Localization.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
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>&reg;</sup> WPF UI Controls | Syncfusion<sup>&reg;</sup>
4+
description: Learn about Localization support in Syncfusion<sup>&reg;</sup> WPF UI Contorls using .RESX files and also explains editing default strings of WPF controls.
55
platform: wpf
66
control: Localization
77
documentation: ug
88
---
99

10-
# Localization of Syncfusion<sup>®</sup> WPF Controls
10+
# Localization of Syncfusion<sup>&reg;</sup> WPF Controls
1111

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>&reg;</sup> WPF controls by adding a resource file for each language.
1313

1414
## Changing application culture
1515

@@ -48,7 +48,7 @@ End Class
4848

4949
You can create .resx files for any language by following these steps:
5050

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>&reg;</sup> WPF libraries from [GitHub](https://github.com/syncfusion/wpf-controls-localization-resx-files).
5252

5353
1) Right-click your project and add a new folder named as `Resources`.
5454

@@ -75,4 +75,4 @@ N> Download demo from the [GitHub](https://github.com/SyncfusionExamples/wpf-dat
7575

7676
## Editing default culture strings
7777

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>&reg;</sup> WPF controls reads the default string from the .resx files of application.

0 commit comments

Comments
 (0)