C# Class Unity.Platform.IPhone.IPhoneI18N

Inheritance: Unity.Core.I18N.AbstractI18N
Show file Open project: Appverse/appverse-mobile Class Usage Examples

Public Methods

Method Description
IPhoneI18N ( ) : System

Protected Methods

Method Description
FileExists ( string filePath ) : bool
GetDirectoryFiles ( string directoryPath, string filePattern ) : string[]
getXmlTextReader ( string textFilePath ) : XmlTextReader
readAllFromPlistFile ( string file ) : ResourceLiteralDictionary
readFromPlistFile ( string file, string key ) : string

Private Methods

Method Description
getResourceLiteralValue ( string key, string fullPathFilePlist, NSDictionary resourcesLiteral ) : string
loadResourcesLiteral ( string fullPathFilePlist ) : NSDictionary

Method Details

FileExists() protected method

protected FileExists ( string filePath ) : bool
filePath string
return bool

GetDirectoryFiles() protected method

protected GetDirectoryFiles ( string directoryPath, string filePattern ) : string[]
directoryPath string
filePattern string
return string[]

IPhoneI18N() public method

public IPhoneI18N ( ) : System
return System

getXmlTextReader() protected method

protected getXmlTextReader ( string textFilePath ) : XmlTextReader
textFilePath string
return System.Xml.XmlTextReader

readAllFromPlistFile() protected method

protected readAllFromPlistFile ( string file ) : ResourceLiteralDictionary
file string
return ResourceLiteralDictionary

readFromPlistFile() protected method

protected readFromPlistFile ( string file, string key ) : string
file string
key string
return string