# lang
Language config framework for Bukkit, Bungee, Velocity and standalone Java programs.
Has the ability to select the correct locale depending on the user.
[GiHub repository](https://github.com/Phoenix616/lang)
## Maven Info
minebench-repo
https://repo.minebench.de/
de.themoep.utils
lang-[bukkit|bungee|velocity|simple]
check-for-latest
compile
## Usage
See this examples for [Bukkit](library:lang:example:bukkit),
[Bungee](library:lang:example:bungee) and
[Velocity](library:lang:example:velocity)
plugins as well [standalone applications](library:lang:example;standalone).
Of course you can implement `lang-core` yourself on additional platforms. PRs welcome!
Take a look at the [examples](library:lang:example:) and the [Javadocs](https://docs.phoenix616.dev/lang/) for more fine-grained control.
(Almost everything is configurable!)
## License
This library is licensed under the [GPLv3](https://github.com/Phoenix616/lang/blob/master/LICENSE)!
```
lang
Copyright (c) 2020 Max Lee aka Phoenix616 (max@themoep.de)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
```