Class Resources
A strongly-typed resource class, for looking up localized strings, etc.
Inherited Members
Namespace: OnixS.Fix.Properties
Assembly: OnixS.Fix.Engine.dll
Syntax
public class Resources
Properties
Culture
Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
Declaration
public static CultureInfo Culture { get; set; }
Property Value
Type | Description |
---|---|
CultureInfo |
ResourceManager
Returns the cached ResourceManager instance used by this class.
Declaration
public static ResourceManager ResourceManager { get; }
Property Value
Type | Description |
---|---|
ResourceManager |