[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Designer.LocalizationResources

LocalizationResources Class

Represents localization resources for a specific language.

Inheritance
LocalizationResources
Namespace: GrapeCity.ActiveReports.Blazor.Designer
Assembly: MESCIUS.ActiveReports.Blazor.Designer.dll
Syntax
public class LocalizationResources
Examples
new LocalizationResources()
{
	Language = "en",

	//See file from assets "custom-full-resources.json" for more information.
	Resources = "[" +
		"{" +
		"\"ns\": \"components\", " +
		"\"lng\": \"en\", " +
		"\"resources\": { " +
		"\"appBar\": { " +
		"\"btnPreview\": \"Preview\"," +
		"\"btnFile\": \"File\"," +
		"\"btnHome\": \"Home\"" +
		"}" +
		"}" +
		"}" +
	"]"
}

Constructors

Name Description
LocalizationResources()

Properties

Name Description
Language

Gets or sets the language code (e.g., "en", "ja").

Resources

Gets or sets the localization resources as a JSON array string.