BMLTiOSLibServerLang
public class BMLTiOSLibServerLang : NSObject
This class will present a functional interface to the server languages.
-
This allows the class to be treated like a standard Dictionary.
Declaration
Swift
public subscript(inString: String) -> String! { get }Return Value
the Server Info element, as a String.
-
Declaration
Swift
public var langKey: String { get }Return Value
the language key.
-
Declaration
Swift
public var langName: String { get }Return Value
the language name.
-
:returns true, if this is the default Server language.
Declaration
Swift
public var isDefault: Bool { get }
-
Simple direct initializer.
Declaration
Swift
public init(_ inLang: [String : String])Parameters
inLangThis is a Dictionary that contains the info returned from the server.
View on GitHub
BMLTiOSLibServerLang Class Reference