C# Class ConfigToggle.Resources.LocaleHelper

Show file Open project: Koshmaar/ConfigToggle

Public Methods

Method Description
GetString ( String identifier ) : String

Loads a string from the internal resources

Initialize ( LocaleVersion locale ) : void

Initializes the localization of the plugin

Method Details

GetString() public static method

Loads a string from the internal resources
public static GetString ( String identifier ) : String
identifier String
return String

Initialize() public static method

Initializes the localization of the plugin
public static Initialize ( LocaleVersion locale ) : void
locale LocaleVersion
return void