This repository contains sample project which shows localization of Syncfusion WPF SfSpreadsheet.
Localization is the process of configuring the application to a specific language. SfSpreadsheet provides support to localize all the static text in a Ribbon and all dialogs to any desired language. Localization can be done by adding resource file and setting the specific culture in the application.
Before running this project, ensure you have the following installed:
- Visual Studio 2019 or later
- .NET Framework 4.6.2 or greater
- .NET Core 8.0 or greater
- WPF (Windows Presentation Foundation) + Syncfusion Spreadsheet
Clone this repository to your local machine:
git clone https://github.com/your-username/wpf-spreadsheet-localization-demo.git
cd wpf-spreadsheet-localization-demoInstall the required Syncfusion WPF Spreadsheet packages as dependencies:
dotnet add package Syncfusion.SfSpreadsheet.WPF
dotnet add package Syncfusion.SfSpreadsheetHelper.WPFAlternatively, you can restore packages using:
dotnet restoreRun the project and test the feature directly from the WPF app:
dotnet runOr open the solution in Visual Studio and press F5 to build and run the application.