📚
GSLibrary
  • 👋Welcome
  • 👾Our plugins
  • Language API
    • 🇬🇧Languages
    • 🇰🇳For developers
  • Color API
    • 🎨Colors in configurations
  • GUI API
    • 🆕Creating GUI
    • 📕GUI Normal item
  • ACTIONS API
    • ⚙️How to make action
    • 📰Actions list
  • CONDITIONS API
    • 📐How to make condition
    • 📰Conditions types list
Powered by GitBook
On this page

Was this helpful?

  1. Language API

For developers

Simple LanguageAPI documentation for Java developers

PreviousLanguagesNextColors in configurations

Last updated 2 years ago

Was this helpful?

Code example for LanguageAPI usage

Language api usage
LanguageAPI languageAPI = new LanguageAPI(this);
languageAPI.addLanguage("en_GB");
languageAPI.setActiveLanguage("lang from config");

Resource file example (preset languages in IDE)

🇰🇳