Localization Map Reader
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
@InterfacedService
Inheritors
Functions
Link copied to clipboard
Utility method to append a path component to an existing path, this is simply
path + '.' + other
.Link copied to clipboard
abstract fun readLocalizationMap(@NotNull request: @NotNull LocalizationMapRequest): @Nullable LocalizationMap
Reads a LocalizationMap from the requested bundle, returns
null
if no localization map exists.