Class JsonStringLocalizerOptions
- Namespace
- XENBIT.ResQueServe.Localization
- Assembly
- RQS.Localization.dll
Represents the options for configuring the JSON-based string localizer.
public class JsonStringLocalizerOptions
- Inheritance
-
JsonStringLocalizerOptions
- Inherited Members
Properties
Assembly
Gets or sets the assembly containing the localization resources. Default is the entry or calling assembly.
public Assembly Assembly { get; set; }
Property Value
Path
Gets or sets the path where localization resources are located. Default is "Localization".
public string Path { get; set; }
Property Value
Prefix
Gets or sets the optional prefix used for resource names.
public string? Prefix { get; set; }