Is your feature request related to a problem? Please describe.
An api for having different languages.
Describe the solution you'd like
Basically you can use LangAPI#get("blocks.dirt.name") and it will return the name.
You will also need to provide in your mod resources a lang.properties with the default value for each of these. LangAPI will also need to work well with the Annotations. By having the option for using the lang.properties.
On the client side they can overide the values by going into the settings and manually translating them or selecting custom lang files.
Is your feature request related to a problem? Please describe.
An api for having different languages.
Describe the solution you'd like
Basically you can use LangAPI#get("blocks.dirt.name") and it will return the name.
You will also need to provide in your mod resources a lang.properties with the default value for each of these. LangAPI will also need to work well with the Annotations. By having the option for using the lang.properties.
On the client side they can overide the values by going into the settings and manually translating them or selecting custom lang files.