We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17cf74e commit c41d021Copy full SHA for c41d021
Flow.Launcher.Core/Resource/LocalizationConverter.cs
@@ -6,6 +6,7 @@
6
7
namespace Flow.Launcher.Core.Resource
8
{
9
+ [Obsolete("LocalizationConverter is obsolete. Use with Flow.Launcher.Localization NuGet package instead.")]
10
public class LocalizationConverter : IValueConverter
11
12
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
0 commit comments