From ae2e72b9262096294ae1c2f20479fb11e56774b1 Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Fri, 29 Oct 2021 22:18:20 -0500 Subject: [PATCH] add comment --- Flow.Launcher.Plugin/Interfaces/IPluginI18n.cs | 3 +++ 1 file changed, 3 insertions(+) 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) {