add comment

This commit is contained in:
Kevin Zhang 2021-10-29 22:18:20 -05:00
parent 255f8091a5
commit ae2e72b926

View file

@ -11,6 +11,9 @@ namespace Flow.Launcher.Plugin
string GetTranslatedPluginDescription();
/// <summary>
/// The method will be invoked when language of flow changed
/// </summary>
void OnCultureInfoChanged(CultureInfo newCulture)
{