Skip to content

Commit 09fe587

Browse files
Added the list of strings to be localized in scheduler and GitHub localization sample link.
1 parent 0576778 commit 09fe587

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

MAUI/Scheduler/localization.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,19 @@ documentation: ug
99

1010
# Localization in .NET MAUI Scheduler (SfScheduler)
1111

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+
1425
## Setting CurrentUICulture to the application
1526

1627
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,
6374

6475
6. Add the Name/Value pair in Resource Designer of `SfScheduler.fr-FR.resx` file and change its corresponding value to corresponding culture.
6576

66-
![shows-the-added-resource-file-name-value-pair-in-the-resource-designer-in-maui-scheduler](images/localization/shows-the-added-resource-file-name-value-pair-in-the-resource-designer-in-maui-scheduler.png)
77+
![shows-the-added-resource-file-name-value-pair-in-the-resource-designer-in-maui-scheduler](images/localization/shows-the-added-resource-file-name-value-pair-in-the-resource-designer-in-maui-scheduler.png)
78+
79+
The complete sample can be downloaded from [GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/Localization).
80+

0 commit comments

Comments
 (0)