LocalizationMapReader

@InterfacedService(acceptMultiple = true)
interface LocalizationMapReader(source)

Reads a LocalizationMap from the provided bundle coordinates. This is the final step in reading a localization resource.

Usage: Register your instance as a service with BService or any annotation that enables your class for dependency injection.

See also

Inheritors

Functions

Link copied to clipboard
open fun appendPath(path: String, other: String): String
Utility method to append a path component to an existing path, this is simply path + '.' + other.
Link copied to clipboard
Reads a LocalizationMap from the requested bundle, returns null if no localization map exists.