KGySoft Namespace

The root KGySoft namespace contains two public classes: the LanguageSettings, by which you can configure how the language resources should be handled in your library or application; and the PublicResources class, which contains some public string resources that can be used in any project.

Remarks

To see how to configure the language resources of your application see the Remarks section of the LanguageSettings class.

To see how to add a dynamic resource manager to your own class library see the Recommended usage for string resources in a class library section in the description of the DynamicResourceManager class.

Classes

LanguageSettings Represents the language settings of the current thread. Use this class also when you want to be notified on language changes and to control the behavior of those DynamicResourceManager instances, which are configured to use centralized settings.
PublicResources Provides localizable public string resources that can be used in any project.
See the Remarks section of the LanguageSettings and DynamicResourceManager classes for examples.