DefaultStringLoader

constructor(context: Context?)

Parameters

context

the Context from which to load the string resources


actual constructor()

Default implementation of a StringLoader.

expect constructor()
constructor(bundle: NSBundle, 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()

Default implementation of a StringLoader.