From 42c660c23475e7dd5c80bf3ff455a5be3c808574 Mon Sep 17 00:00:00 2001 From: kavinkumarrajendran Date: Wed, 12 Oct 2022 16:53:58 +0530 Subject: [PATCH 1/2] IN-18493-External-Redirect-Issue-hotfix --- wpf/Card-View/Localization.md | 2 +- wpf/Docking/Pattern-and-Practices.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wpf/Card-View/Localization.md b/wpf/Card-View/Localization.md index bf8dc90d4f..7fed642bc1 100644 --- a/wpf/Card-View/Localization.md +++ b/wpf/Card-View/Localization.md @@ -9,7 +9,7 @@ documentation: ug # Localization in WPF Card View -Localization is the process of translating the application resources into different language for the specific cultures. You can localize the CardView by [adding resource file](https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/aa992030(v=vs.100)). Application culture can be changed by setting [CurrentUICulture]([CurrentUICulture](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.currentuiculture?view=netframework-4.7.2)) after `InitializeComponent` method. +Localization is the process of translating the application resources into different language for the specific cultures. You can localize the CardView by [adding resource file](https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/aa992030(v=vs.100)). Application culture can be changed by setting [CurrentUICulture](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.currentuiculture?view=netframework-4.7.2) after `InitializeComponent` method. Below application culture changed to French. diff --git a/wpf/Docking/Pattern-and-Practices.md b/wpf/Docking/Pattern-and-Practices.md index 302899d7df..4214888fab 100644 --- a/wpf/Docking/Pattern-and-Practices.md +++ b/wpf/Docking/Pattern-and-Practices.md @@ -61,7 +61,7 @@ The DockingManager provides an [ActiveWindowChanged](https://help.syncfusion.co ![WPF Docking Application Structure](PatternandPractices_images/wpf-docking-application-structure.jpeg) -The view model has a collection of workspaces that is data-bound to the [ItemsSource]([ItemsSource](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.itemscontrol.itemssource?view=netframework-4.7.2)) property of the docking adapter. The adapter transforms the particular view model or business object into a corresponding dock element in the DockingManager. +The view model has a collection of workspaces that is data-bound to the [ItemsSource](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.itemscontrol.itemssource?view=netframework-4.7.2) property of the docking adapter. The adapter transforms the particular view model or business object into a corresponding dock element in the DockingManager. Every dock element in the application is a workspace. There are three kinds of workspaces: the All Documents view, the Properties view, and the Document view. The docking adapter hooks up the “active window changed” event of the docking manager; the view model receives the message whenever the active document is changed. From a28f97b0c72a3a0f94fa3cf2b0e65a465e2a9083 Mon Sep 17 00:00:00 2001 From: Dhanasekar Mohanraj Date: Wed, 12 Oct 2022 18:44:35 +0530 Subject: [PATCH 2/2] WPF-61143 - Broken URI's updated --- wpf/OLAP-Common/Online-Analytical-Processing-OLAP.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wpf/OLAP-Common/Online-Analytical-Processing-OLAP.md b/wpf/OLAP-Common/Online-Analytical-Processing-OLAP.md index ecfd56de47..ac5ee97d1d 100644 --- a/wpf/OLAP-Common/Online-Analytical-Processing-OLAP.md +++ b/wpf/OLAP-Common/Online-Analytical-Processing-OLAP.md @@ -25,13 +25,12 @@ The following assembly is required to run the Syncfusion’ OLAP samples. Install the following setup files for the above assembly. -* SQLServer2005_ADOMD.msi and SQLServer2005_ASOLEDB9.msi +* [SQLServer2005_ADOMD.msi and SQLServer2005_ASOLEDB9.msi](https://www.microsoft.com/en-in/download/details.aspx?id=c243a5ae-4bd1-4e3d-94b8-5a0f62bf7796) Or -* SQLSERVER2008_ASADOMD10.msi and SQLSERVER2008_ASOLEDB10.msi +* [SQLSERVER2008_ASADOMD10.msi and SQLSERVER2008_ASOLEDB10.msi](https://www.microsoft.com/en-hk/download/details.aspx?id=16bc778c-357b-46e9-8356-d575903ac831) -These setup files can be downloaded at [Microsoft download center](http://www.microsoft.com/en-us/download/details.aspx?id=23089). N> By default, the following setup files will be installed while installing the Syncfusion’ Essential Studio setup for BI edition. N> SQLSERVER2008_ASADOMD10.msi and SQLSERVER2008_ASOLEDB10.msi