C# 클래스 ScreenToGif.Util.LocalizationHelper

Deals with localization behaviors.
파일 보기 프로젝트 열기: dbremner/ScreenToGif

공개 메소드들

메소드 설명
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

메소드 상세

GetLocalizations() 공개 정적인 메소드

public static GetLocalizations ( ) : List
리턴 List

ImportStringResource() 공개 정적인 메소드

public static ImportStringResource ( string path ) : bool
path string
리턴 bool

Move() 공개 정적인 메소드

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

Remove() 공개 정적인 메소드

public static Remove ( int selectedIndex ) : bool
selectedIndex int
리턴 bool

SaveDefaultResource() 공개 정적인 메소드

public static SaveDefaultResource ( string path ) : void
path string
리턴 void

SaveSelected() 공개 정적인 메소드

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

SelectCulture() 공개 정적인 메소드

public static SelectCulture ( string culture ) : void
culture string
리턴 void