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.
Namespace: OddPrgAssembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
public class CompactResourceManager : ResourceManager
- Inheritance
- Object ResourceManager CompactResourceManager
CompactResourceManager |
Creates a new instance of TXSResourceManager used to obtain localized strings of class specified by type.
|
GetString |
Returns a localized string in language specified by Culture property.
(Overrides ResourceManagerGetString(String)) |
Culture |
The culture for obtainig localized resource strings. Change this property if you want to return string in language other
than CultureInfo.CurrentUICulture.
|