You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: