Skip to content

Commit e0e3aa7

Browse files
Merge pull request #3769 from syncfusion-content/LocalizationResourceFileDev
988880 - Added the list of strings to be localized in MAUI SfScheduler UG and GitHub localization sample link.
2 parents 0576778 + f5cd4ed commit e0e3aa7

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

MAUI/Scheduler/localization.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Localization in .NET MAUI Scheduler control | Syncfusion<sup>&reg;</sup>
3+
title: Localization in .NET MAUI Scheduler control | Syncfusion®
44
description: Learn here all about Localization support in Syncfusion<sup>&reg;</sup> .NET MAUI Scheduler (SfScheduler) control and more.
55
platform: maui
66
control: SfScheduler
@@ -9,8 +9,21 @@ 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+
* NoEvents
25+
* AllDay
26+
1427
## Setting CurrentUICulture to the application
1528

1629
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,
6376

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

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)
79+
![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)
80+
81+
The complete sample can be downloaded from [GitHub](https://github.com/SyncfusionExamples/maui-scheduler-examples/tree/main/Localization).
82+

0 commit comments

Comments
 (0)