Adds a LocalizationPipeFunction with the given identifier to the cache
Returns an array of resource keys for the given resource path. The array will be empty if none exist.
Gets the LocalizationPipeFunction with the given identifier from the cache and returns it
Gets a LocalizationResourceProxy
for the given path. Uses a cached
resource proxy if one already exists for the given path
Returns whether or not the cache has a LocalizationPipeFunction with the given identifier
Loads and parses all .lang files in the given directory (and subdirectories therein) and caches them under the given language
Loads and parses the given .lang file, caching it under the given language
Fetches a Localization string resource for the given path and key. The string will be built using the given arguments
Returns whether or not a Localization resource exists for the given path.
NOTE: Does not check the fallback language
Sets the fallback language to use if a resource doesn't exist for the
language given to Localization.resource()
Generated using TypeDoc
This is the main class of the Localization module. This class contains all the static methods that will be used for leveraging localization within your project