jar

com.github.naoghuman : lib-i18n

Maven & Gradle

Apr 28, 2019
48 stars

Lib-I18N · The library `Lib-I18N` allows a developer to bind a key-value pair of a `.properties` file to a [StringBinding]. This makes it very easy to change the language during runtime in a [JavaFX] application. Lib-I18N is written in JavaFX, [Maven] and [NetBeans].

Table Of Contents

Latest Version

Download com.github.naoghuman : lib-i18n JAR file - Latest Versions:

All Versions

Download com.github.naoghuman : lib-i18n JAR file - All Versions:

Version Vulnerabilities Size Updated
0.8.x
0.7.x
0.6.x
0.5.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window lib-i18n-0.8.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.naoghuman.lib.i18n.core

├─ com.github.naoghuman.lib.i18n.core.I18NBinding.class - [JAR]

├─ com.github.naoghuman.lib.i18n.core.I18NBindingBuilder.class - [JAR]

├─ com.github.naoghuman.lib.i18n.core.I18NFacade.class - [JAR]

├─ com.github.naoghuman.lib.i18n.core.I18NMessageBuilder.class - [JAR]

├─ com.github.naoghuman.lib.i18n.core.I18NResourceBundle.class - [JAR]

├─ com.github.naoghuman.lib.i18n.core.I18NResourceBundleBuilder.class - [JAR]

com.github.naoghuman.lib.i18n.internal

├─ com.github.naoghuman.lib.i18n.internal.DefaultI18NBinding.class - [JAR]

├─ com.github.naoghuman.lib.i18n.internal.DefaultI18NResourceBundle.class - [JAR]

├─ com.github.naoghuman.lib.i18n.internal.DefaultI18NValidator.class - [JAR]