LanguageSettingsUntranslatedResourcePrefix Property

Gets or sets the prefix of an untranslated String resource. Used by the DynamicResourceManager instances if DynamicResourceManagersAutoAppend or AutoAppend property is configured to use auto appending.
Default value: [T]

Definition

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

Property Value

String

See Also