Get translations

Hi everyone! :smiley: I’m trying to use lang files, like mods, for translating messages in my plugin (rather than have them in a config file). I’ve managed to add a lang file to the plugin in resources/assets/plugin/lang/en_us.lang and indeed the warning about missing translations was gone when the server starts, meaning the file is “seen” by the server. However how can i get the translated string from the code? Is there a reference for what i need, since i can’t find anything on the api documentation?