C# 클래스 Polyglot.LocalizationImporter

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

공개 메소드들

메소드 설명
GetLanguages ( string key, List supportedLanguages = null ) : List

Get all language strings on a given key.

GetLanguagesContains ( string key ) : List>.Dictionary
GetLanguagesStartsWith ( string key ) : List>.Dictionary
IsLineBreak ( string currentString ) : bool

Checks if the current string is \r or \n

Refresh ( ) : void

비공개 메소드들

메소드 설명
Init ( List csvFiles ) : void
LocalizationImporter ( ) : System
PopulateLanguageStrings ( ) : void

메소드 상세

GetLanguages() 공개 정적인 메소드

Get all language strings on a given key.
public static GetLanguages ( string key, List supportedLanguages = null ) : List
key string
supportedLanguages List
리턴 List

GetLanguagesContains() 공개 정적인 메소드

public static GetLanguagesContains ( string key ) : List>.Dictionary
key string
리턴 List>.Dictionary

GetLanguagesStartsWith() 공개 정적인 메소드

public static GetLanguagesStartsWith ( string key ) : List>.Dictionary
key string
리턴 List>.Dictionary

IsLineBreak() 공개 정적인 메소드

Checks if the current string is \r or \n
public static IsLineBreak ( string currentString ) : bool
currentString string
리턴 bool

Refresh() 공개 정적인 메소드

public static Refresh ( ) : void
리턴 void