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 |
- interface IPublicAPI
- namespace Flow.Launcher.Plugin