C# 클래스 UI.Infrastructure.Localizer

파일 보기 프로젝트 열기: Nirklav/TCPChat 1 사용 예제들

공개 메소드들

메소드 설명
Localize ( ErrorCode code ) : string
Localize ( SystemMessageId message ) : string
Localize ( string key ) : string
Set ( string locale ) : void

비공개 메소드들

메소드 설명
GetKey ( ErrorCode code ) : string
GetKey ( SystemMessageId message ) : string

메소드 상세

Localize() 공개 메소드

public Localize ( ErrorCode code ) : string
code ErrorCode
리턴 string

Localize() 공개 메소드

public Localize ( SystemMessageId message ) : string
message SystemMessageId
리턴 string

Localize() 공개 메소드

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

Set() 공개 메소드

public Set ( string locale ) : void
locale string
리턴 void