diff --git a/Flow.Launcher.Plugin/Interfaces/IPluginI18n.cs b/Flow.Launcher.Plugin/Interfaces/IPluginI18n.cs index e8e861af6..61662b671 100644 --- a/Flow.Launcher.Plugin/Interfaces/IPluginI18n.cs +++ b/Flow.Launcher.Plugin/Interfaces/IPluginI18n.cs @@ -11,6 +11,9 @@ namespace Flow.Launcher.Plugin string GetTranslatedPluginDescription(); + /// + /// The method will be invoked when language of flow changed + /// void OnCultureInfoChanged(CultureInfo newCulture) {