C# Class UI.Infrastructure.LocalizerStorage

Datei anzeigen Open project: Nirklav/TCPChat Class Usage Examples

Public Methods

Method Description
Get ( string locale, string key ) : string
LocalizerStorage ( string storageLocale ) : System

Private Methods

Method Description
GetDir ( ) : string
GetFilePath ( string locale ) : string
LoadXml ( string filePath ) : string>.Dictionary

Method Details

Get() public method

public Get ( string locale, string key ) : string
locale string
key string
return string

LocalizerStorage() public method

public LocalizerStorage ( string storageLocale ) : System
storageLocale string
return System