C# Class Polyglot.LocalizationImporter

Afficher le fichier Open project: Skjalgsm/PolyglotUnity Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Init ( List csvFiles ) : void
LocalizationImporter ( ) : System
PopulateLanguageStrings ( ) : void

Method Details

GetLanguages() public static méthode

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

GetLanguagesContains() public static méthode

public static GetLanguagesContains ( string key ) : List>.Dictionary
key string
Résultat List>.Dictionary

GetLanguagesStartsWith() public static méthode

public static GetLanguagesStartsWith ( string key ) : List>.Dictionary
key string
Résultat List>.Dictionary

IsLineBreak() public static méthode

Checks if the current string is \r or \n
public static IsLineBreak ( string currentString ) : bool
currentString string
Résultat bool

Refresh() public static méthode

public static Refresh ( ) : void
Résultat void