Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 473 Bytes

GetTranslation.md

File metadata and controls

18 lines (12 loc) · 473 Bytes

IPublicAPI.GetTranslation method

Get translation of current language You need to implement IPluginI18n if you want to support multiple languages for your plugin

public string GetTranslation(string key)
parameter description
key

See Also