Class RL
- Namespace
- SunamoShared.RL
- Assembly
- SunamoShared.dll
Resource loader class for using RL in any type of application.
public class RL
- Inheritance
-
RL
- Inherited Members
- Extension Methods
Properties
Lang
Gets or sets the global language setting for the entire application. Must be an enum because the application can have multiple languages.
public static LangsShared Lang { get; set; }
Property Value
Loader
Gets or sets the resource helper loader instance.
public static IResourceHelper Loader { get; set; }
Property Value
Methods
Initialize(LangsShared)
Initializes the resource loader with the specified language.
public static void Initialize(LangsShared lang)
Parameters
langLangsSharedThe language to initialize with.