LanguageSettingsUnknownResourcePrefix Property

Gets or sets the prefix of an unknown (non-existing) String resource. Used by the DynamicResourceManager instances if DynamicResourceManagersAutoAppend or AutoAppend property is configured to add non existing resources to the invariant resource set.
Default value: [U]

Definition

Namespace: KGySoft
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.2.0
C#
public static string UnknownResourcePrefix { get; set; }

Property Value

String

See Also