DefaultStringLoader

constructor(context: Context?)

Parameters

context

the Context from which to load the string resources


actual constructor()
expect constructor()
constructor(bundle: <Error class: unknown class>, table: String?)

Parameters

bundle

the NSBundle from which to load the string resource

table

the string table to search in. If tableName is 'nullor is an empty string, the method attempts to use the table in Localizable.strings`


actual constructor()
constructor(transformer: (String) -> String?, formatter: (String, Int) -> String?)

Parameters

transformer

method for getting a String from a String identifier

formatter

method for formatting a String identifier given a quantity


actual constructor()
constructor(transformer: (String) -> String?, formatter: (String, Int) -> String?)

Parameters

transformer

method for getting a String from a String identifier

formatter

method for formatting a String identifier given a quantity


actual constructor()