C# 클래스 FC3Editor.Nomad.Localizer

파일 보기 프로젝트 열기: Azerothian/fc3editor

공개 메소드들

메소드 설명
Localize ( string key ) : string
Localize ( string section, string key ) : string
Localize ( MenuBar menuBar ) : void
Localize ( MenuBarItem item ) : void
Localize ( MenuButtonItem item ) : void
LocalizeCommon ( string key ) : string

비공개 메소드들

메소드 설명
LocalizeInternal ( string section, string key ) : string

메소드 상세

Localize() 공개 정적인 메소드

public static Localize ( string key ) : string
key string
리턴 string

Localize() 공개 정적인 메소드

public static Localize ( string section, string key ) : string
section string
key string
리턴 string

Localize() 공개 정적인 메소드

public static Localize ( MenuBar menuBar ) : void
menuBar MenuBar
리턴 void

Localize() 공개 정적인 메소드

public static Localize ( MenuBarItem item ) : void
item MenuBarItem
리턴 void

Localize() 공개 정적인 메소드

public static Localize ( MenuButtonItem item ) : void
item MenuButtonItem
리턴 void

LocalizeCommon() 공개 정적인 메소드

public static LocalizeCommon ( string key ) : string
key string
리턴 string