Class ResourceBundleTranslator<T>

java.lang.Object
io.goobi.viewer.controller.sorting.ResourceBundleTranslator<T>
Type Parameters:
T - the type of value to translate
All Implemented Interfaces:
ITranslator<T>

public class ResourceBundleTranslator<T> extends Object implements ITranslator<T>
ITranslator implementation that looks up the string representation of a value in the viewer's resource bundle, using a configurable list of available locales and a default locale fallback.