All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sirius.kernel.nls.package-info Maven / Gradle / Ivy

Go to download

Provides common core classes and the microkernel powering all Sirius applications

There is a newer version: 12.9.1
Show newest version
/*
 * Made with all the love in the world
 * by scireum in Remshalden, Germany
 *
 * Copyright by scireum GmbH
 * http://www.scireum.de - [email protected]
 */

/**
 * Native language support used by SIRIUS.
 * 

* Most of the functionality is accessed via {@link sirius.kernel.nls.NLS}. In contrast to other approaches, * a {@link sirius.kernel.nls.Formatter} used by this framework ({@link sirius.kernel.nls.NLS#fmtr(String)}) * utilizes named parameters, which greatly simplifies translation of such texts. */ package sirius.kernel.nls;





© 2015 - 2025 Weber Informatics LLC | Privacy Policy