Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
d0ef0bf
Added Trademark Symbol
SabarieswaranSF4791 Dec 11, 2024
1c374f6
Merge pull request #1120 from syncfusion-content/EXT-Add-Trademark-Sy…
GanesanRengasamy Dec 12, 2024
41263a6
Added Volume 4 formulas
ushasundarajan Dec 12, 2024
33cb33b
Merge pull request #1125 from syncfusion-content/Vol_4_dev
JeganRavichandran Dec 12, 2024
0a4b32d
update the trademark symbol for Winforms chart, sparkline chart and p…
tineshkumarsf4652 Dec 24, 2024
5abb7ec
update the trademark symbol for Essential term
tineshkumarsf4652 Dec 24, 2024
6f163c1
modified the md file for resolve the Image Alt text and Front matter …
tineshkumarsf4652 Dec 24, 2024
25b50a4
modified the MD tags for resolve the MD tag CI error
tineshkumarsf4652 Dec 24, 2024
070b029
Update Chart-Area.md
VimalaThirumalaikumar Dec 24, 2024
474ffc1
remove the Pivot Axes md file
tineshkumarsf4652 Dec 24, 2024
154d931
Merge branch 'Update_TrademarkSymbol_Winforms' of https://github.com/…
tineshkumarsf4652 Dec 24, 2024
7a1c739
updated the correct image filename for resolve the Image File Size CI…
tineshkumarsf4652 Dec 26, 2024
b557a6a
update the trademark symbol
tineshkumarsf4652 Dec 30, 2024
a4a78e0
update the description to resolve the font matter CI error
tineshkumarsf4652 Dec 30, 2024
0b00775
update the description to resolve the front matter CI error
tineshkumarsf4652 Dec 30, 2024
77da8d8
remove the trademark symbol from title tag
tineshkumarsf4652 Jan 1, 2025
308d896
updated missing trademark symbol in chart
VimalaThirumalaikumar Jan 5, 2025
374768a
pivot chart faq content modified
VimalaThirumalaikumar Jan 5, 2025
dfed5a2
updated the trademark symbol in essential term
tineshkumarsf4652 Jan 6, 2025
55569fe
Merge branch 'Update_TrademarkSymbol_Winforms' of https://github.com/…
tineshkumarsf4652 Jan 6, 2025
017eb38
update trademark symbol in overview file and remove the trademark sym…
tineshkumarsf4652 Jan 7, 2025
2d6f6a0
revert the installation file
tineshkumarsf4652 Jan 7, 2025
c398833
WF-924583 Validation of Translated languages in UG documentation
harinath-2699 Jan 8, 2025
79c7804
Changes Committed
harinath-2699 Jan 8, 2025
9b7581c
Merge pull request #1133 from syncfusion-content/Update_TrademarkSymb…
Saravanan-Madhesh Jan 8, 2025
9500dba
Changes committed
harinath-2699 Jan 8, 2025
84f61ca
Merge pull request #1138 from syncfusion-content/924583---Validate-lo…
durga-muthu Jan 9, 2025
05052bb
CI resolved
Kesavaraman123 Jan 23, 2025
f3f0084
Merge pull request #1148 from syncfusion-content/EXT-18765
kalirajanganeshan Jan 23, 2025
a63de45
Added the release notes MD file and corresponding node entry in the T…
DeepakRajSundar Jan 23, 2025
e545fbc
Added the release notes MD file and corresponding node entry in the T…
DeepakRajSundar Jan 24, 2025
7fd2325
Added the release notes MD file and corresponding node entry in the T…
DeepakRajSundar Jan 28, 2025
885b3b7
Merge remote-tracking branch 'remotes/origin/hotfix/hotfix-v28.1.33' …
DeepakRajSundar Jan 28, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion WindowsForms-toc.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions WindowsForms/Docking-Manager/Localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Localization in Windows Forms Docking Manager control | Syncfusion
description: Learn about Localization support in Syncfusion Windows Forms Docking Manager control and more details.
platform: WindowsForms
platform: windowsforms
control: DockingManager
documentation: ug
---
Expand Down Expand Up @@ -116,28 +116,28 @@ switch (name)
return "自动隐藏";

case ToolsResourceIdentifiers.FloatingMenuItemText:
return "漂浮的";
return "浮动";

case ToolsResourceIdentifiers.MDIChildMenuItemText:
return "MDI ";
return "MDI 子窗体";

case ToolsResourceIdentifiers.HideMenuItemText:
return "隐藏";

case ToolsResourceIdentifiers.MenuItemDockToLeft:
return "剩下";
return "靠左停靠";

case ToolsResourceIdentifiers.MenuItemDockToRight:
return "";
return "靠右停靠";

case ToolsResourceIdentifiers.MenuItemDockToTop:
return "最佳";
return "靠上停靠";

case ToolsResourceIdentifiers.MenuItemDockToBottom:
return "底部";
return "靠下停靠";

case ToolsResourceIdentifiers.MenuItemDockTo:
return "码头";
return "停靠到";

default:
return string.Empty;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 15 additions & 15 deletions WindowsForms/Html-Viewer/Localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Localization in Windows Forms Html Viewer control | Syncfusion
description: Learn about Localization support in Syncfusion Windows Forms Html Viewer (HTMLUI) control and more details.
platform: WindowsForms
platform: windowsforms
control: HTMLUIControl
documentation: ug
---
Expand Down Expand Up @@ -41,16 +41,16 @@ public class Localizer : ILocalizationProvider
///
///</summary>
case HTMLUIResourceIdentifiers.FindNext:
return "Nächstes finden";
return "Weiter suchen";

///<summary>
///
///</summary>
case HTMLUIResourceIdentifiers.Title:
return "Finden";
return "Suchen";

case HTMLUIResourceIdentifiers.Cancel:
return "Stornieren";
return "Abbrechen";

///<summary>
///
Expand All @@ -59,22 +59,22 @@ public class Localizer : ILocalizationProvider
return "Richtung";

case HTMLUIResourceIdentifiers.Down:
return "Nieder";
return "Abwärts";

///<summary>
///
///</summary>
case HTMLUIResourceIdentifiers.FindWhat:
return "Finde was";
return "Suchen nach";

case HTMLUIResourceIdentifiers.Matchcase:
return "Match Fall";
return "Groß-/Kleinschreibung beachten";

///<summary>
///
///</summary>
case HTMLUIResourceIdentifiers.Up:
return "Oben";
return "Aufwärts";
///<summary>
/// default
///</summary>
Expand Down Expand Up @@ -106,33 +106,33 @@ Public Class Localizer
#
Dim HTMLUI As region
HTMLUIResourceIdentifiers.FindNext
Return "N�chstes finden"
Return "Weiter suchen"
'''<summary>
'''
'''</summary>
HTMLUIResourceIdentifiers.Title
Return "Finden"
Return "Suchen"
HTMLUIResourceIdentifiers.Cancel
Return "Stornieren"
Return "Abbrechen"
'''<summary>
'''
'''</summary>
HTMLUIResourceIdentifiers.Direction
Return "Richtung"
HTMLUIResourceIdentifiers.Down
Return "Nieder"
Return "Abwärts"
'''<summary>
'''
'''</summary>
HTMLUIResourceIdentifiers.FindWhat
Return "Finde was"
Return "Suchen nach"
HTMLUIResourceIdentifiers.Matchcase
Return "Match Fall"
Return "Groß-/Kleinschreibung beachten"
'''<summary>
'''
'''</summary>
HTMLUIResourceIdentifiers.Up
Return "Oben"
Return "Aufwärts"
'''<summary>
''' default
'''</summary>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions WindowsForms/Release-notes/v28.2.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Essential Studio for Windows Forms 2024 Volume 4 SP Release Release Notes
description: Essential Studio for Windows Forms 2024 Volume 4 SP Release Release Notes
platform: windowsforms
documentation: ug
---

# Essential Studio for Windows Forms Release Notes

{% include release-info.html date="January 29, 2025" version="v28.2.3" %}

{% directory path: _includes/release-notes/v28.2.3 %}

{% include {{file.url}} %}

{% enddirectory %}
Loading