[]
Gets or sets the language to use for the Designer.
[Parameter]
public string Language { get; init; }
Type | Description |
---|---|
string | A string representing the language code (e.g., "en", "ja"). |
This property can only be set once during object initialization and cannot be changed afterwards.