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.

See also

Inheritors

Functions

Link copied to clipboard
@Nonnull
open fun appendPath(@Nonnull path: String, @Nonnull 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.