Class SpreadsheetLocalizationResourceExtension
A markup extension that returns the localized string based on culture for the
Inheritance
System.Object
SpreadsheetLocalizationResourceExtension
Namespace: Syncfusion.UI.Xaml.Spreadsheet
Assembly: Syncfusion.SfSpreadsheet.WPF.dll
Syntax
public class SpreadsheetLocalizationResourceExtension : MarkupExtension
Constructors
SpreadsheetLocalizationResourceExtension()
Declaration
public SpreadsheetLocalizationResourceExtension()
Properties
ResourceName
Gets or sets the resource name to get the localized string.
Declaration
public string ResourceName { get; set; }
Property Value
| Type |
|---|
| System.String |
Methods
ProvideValue(IServiceProvider)
Declaration
public override object ProvideValue(IServiceProvider serviceProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IServiceProvider | serviceProvider |
Returns
| Type |
|---|
| System.Object |