CompactResourceManager Class

ResourceManager that uses a specified culture for obtaining localized resource strings. It is usable esspecially on platforms where Thread.CurrentThread.CurrentUICulture is read only like copmact framework or some previous versions of .NET.

Definition

Namespace: OddPrg
Assembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
C#
public class CompactResourceManager : ResourceManager
Inheritance
Object    ResourceManager    CompactResourceManager

Constructors

CompactResourceManager Creates a new instance of TXSResourceManager used to obtain localized strings of class specified by type.

Methods

GetString Returns a localized string in language specified by Culture property.
(Overrides ResourceManagerGetString(String))

Fields

Culture The culture for obtainig localized resource strings. Change this property if you want to return string in language other than CultureInfo.CurrentUICulture.

See Also