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
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,19 @@ 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
+
14
25
## Setting CurrentUICulture to the application
15
26
16
27
Application culture can be changed by setting `CurrentUICulture.` in `App.xaml.cs` file.
@@ -63,4 +74,7 @@ To localize the `Scheduler` based on `CurrentUICulture` using `resource` files,
63
74
64
75
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