C# Class ScreenToGif.Util.LocalizationHelper

Deals with localization behaviors.
Afficher le fichier Open project: dbremner/ScreenToGif

Méthodes publiques

Méthode 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 méthode

public static GetLocalizations ( ) : List
Résultat List

ImportStringResource() public static méthode

public static ImportStringResource ( string path ) : bool
path string
Résultat bool

Move() public static méthode

public static Move ( int selectedIndex, bool toUp = true ) : bool
selectedIndex int
toUp bool
Résultat bool

Remove() public static méthode

public static Remove ( int selectedIndex ) : bool
selectedIndex int
Résultat bool

SaveDefaultResource() public static méthode

public static SaveDefaultResource ( string path ) : void
path string
Résultat void

SaveSelected() public static méthode

public static SaveSelected ( int selectedIndex, string path ) : void
selectedIndex int
path string
Résultat void

SelectCulture() public static méthode

public static SelectCulture ( string culture ) : void
culture string
Résultat void