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: MAUI/Scheduler/localization.md
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
layout: post
3
-
title: Localization in .NET MAUI Scheduler control | Syncfusion<sup>®</sup>
3
+
title: Localization in .NET MAUI Scheduler control | Syncfusion®
4
4
description: Learn here all about Localization support in Syncfusion<sup>®</sup> .NET MAUI Scheduler (SfScheduler) control and more.
5
5
platform: maui
6
6
control: SfScheduler
@@ -9,8 +9,21 @@ documentation: ug
9
9
10
10
# Localization in .NET MAUI Scheduler (SfScheduler)
11
11
12
-
Localization is the process of translating the application resources into different language for the specific cultures. The `SfScheduler` can be localized by adding `resource` file.
13
-
12
+
Localization is the process of translating the application resources into different language for the specific cultures. The `SfScheduler` can be localized by adding `resource` file. The SfScheduler allows you to localize the following built-in strings to suit your application’s language and culture:
13
+
14
+
* Day
15
+
* Week
16
+
* WorkWeek
17
+
* Month
18
+
* TimelineDay
19
+
* TimelineWeek
20
+
* TimelineWorkWeek
21
+
* TimelineMonth
22
+
* Agenda
23
+
* Today
24
+
* NoEvents
25
+
* AllDay
26
+
14
27
## Setting CurrentUICulture to the application
15
28
16
29
Application culture can be changed by setting `CurrentUICulture.` in `App.xaml.cs` file.
@@ -63,4 +76,7 @@ To localize the `Scheduler` based on `CurrentUICulture` using `resource` files,
63
76
64
77
6. Add the Name/Value pair in Resource Designer of `SfScheduler.fr-FR.resx` file and change its corresponding value to corresponding culture.
0 commit comments