LocalizationContextRootName Property

Gets the name of the root control or object that is being localized. Can be an Assembly name if this LocalizationContext was created using the FromAssemblyScope method.

Definition

Namespace: KGySoft.WinForms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public string RootName { get; }

Property Value

String

See Also