C# 클래스 FlatRedBall.Localization.LocalizationManager

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
AddDatabase ( string[]>.Dictionary entryDictionary, List headerList ) : void
AddDatabase ( string fileName, char delimiter ) : void
ClearDatabase ( ) : void
Translate ( string stringID ) : string
TranslateForLanguage ( string stringID, int language ) : string

비공개 메소드들

메소드 설명
IsPercentage ( string stringID ) : bool
IsTime ( string stringID ) : bool
LocalizationManager ( ) : System
ShouldExcludeFromTranslation ( string stringID ) : bool

메소드 상세

AddDatabase() 공개 정적인 메소드

public static AddDatabase ( string[]>.Dictionary entryDictionary, List headerList ) : void
entryDictionary string[]>.Dictionary
headerList List
리턴 void

AddDatabase() 공개 정적인 메소드

public static AddDatabase ( string fileName, char delimiter ) : void
fileName string
delimiter char
리턴 void

ClearDatabase() 공개 정적인 메소드

public static ClearDatabase ( ) : void
리턴 void

Translate() 공개 정적인 메소드

public static Translate ( string stringID ) : string
stringID string
리턴 string

TranslateForLanguage() 공개 정적인 메소드

public static TranslateForLanguage ( string stringID, int language ) : string
stringID string
language int
리턴 string