Table of Contents

Class GlobalResources

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

Provide static access to the ResourceManagerWrapper

public static class GlobalResources
Inheritance
GlobalResources
Inherited Members

Methods

GetObject(string, CultureInfo)

Looks up a resource value for a particular name. Looks in the specified CultureInfo, and if not found, all parent CultureInfos.

GetResourceSet(CultureInfo, bool, bool)

Looks up a set of resources for a particular CultureInfo. This is not useful for most users of the ResourceManager

  • call GetString() or GetObject() instead. The parameters let you control whether the ResourceSet is created if it hasn't yet been loaded and if parent CultureInfos should be loaded as well for resource inheritance.
GetResourceSet(CultureInfo, bool, bool, Func<DictionaryEntry, bool>?)

Looks up a set of resources for a particular CultureInfo. This is not useful for most users of the ResourceManager

  • call GetString() or GetObject() instead. The parameters let you control whether the ResourceSet is created if it hasn't yet been loaded and if parent CultureInfos should be loaded as well for resource inheritance. Allows filtering of resources.
GetString(string, CultureInfo?)

Looks up a resource value for a particular name. Looks in the specified CultureInfo, and if not found, all parent CultureInfos.