Skip to content

DOCINFRA-2341_merged_using_automation #400

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 wpf/Card-View/Localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion wpf/Docking/Pattern-and-Practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
5 changes: 2 additions & 3 deletions wpf/OLAP-Common/Online-Analytical-Processing-OLAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down