ResourceLoader

class ResourceLoader

This utility class provides a working file loading everywhere in the project, and both in source running and jar running.

Functions

Link copied to clipboard
open fun getStringRes(key: String): String
open fun getStringRes(key: String, locale: Locale): String
Looks up on the property files and returns the correct String.