Note
For examples see the Centralized vs. individual settings and Recommended usage for string resources in a class library
sections at the description of the DynamicResourceManager class.
public bool UseLanguageSettings { get; set; }Public Property UseLanguageSettings As Boolean
Get
Setpublic:
property bool UseLanguageSettings {
bool get ();
void set (bool value);
}member UseLanguageSettings : bool with get, set