C# Class ScreenToGif.Util.LocalizationHelper

Deals with localization behaviors.
显示文件 Open project: dbremner/ScreenToGif

Public Methods

Method Description
GetLocalizations ( ) : List
ImportStringResource ( string path ) : bool
Move ( int selectedIndex, bool toUp = true ) : bool
Remove ( int selectedIndex ) : bool
SaveDefaultResource ( string path ) : void
SaveSelected ( int selectedIndex, string path ) : void
SelectCulture ( string culture ) : void

Method Details

GetLocalizations() public static method

public static GetLocalizations ( ) : List
return List

ImportStringResource() public static method

public static ImportStringResource ( string path ) : bool
path string
return bool

Move() public static method

public static Move ( int selectedIndex, bool toUp = true ) : bool
selectedIndex int
toUp bool
return bool

Remove() public static method

public static Remove ( int selectedIndex ) : bool
selectedIndex int
return bool

SaveDefaultResource() public static method

public static SaveDefaultResource ( string path ) : void
path string
return void

SaveSelected() public static method

public static SaveSelected ( int selectedIndex, string path ) : void
selectedIndex int
path string
return void

SelectCulture() public static method

public static SelectCulture ( string culture ) : void
culture string
return void