An open API service indexing awesome lists of open source software.

https://github.com/aziascreations/module-l10n

Simple localizer with utf-8 support
https://github.com/aziascreations/module-l10n

l10n locale localisation localization

Last synced: 9 months ago
JSON representation

Simple localizer with utf-8 support

Awesome Lists containing this project

README

          

# L10N Module

## Installation
The module isn't on the Maven Central Repository, therefore a third-party repository is required.

You have to add the [JitPack](https://jitpack.io/) repository to you project's pom.xml file.
```xml


jitpack.io
https://jitpack.io

```

And this to your dependencies.
```xml

com.github.aziascreations
module-l10n
-SNAPSHOT

```

If you are using another build automation tool or if want to download it, go check the JitPack page: https://jitpack.io/#aziascreations/module-versioning/

## Usage
Firstly, you have to import `com.azias.module.l10n.Localizer` in your code.

## License
[Public Domain](LICENSE)