translation using NGettext.Wpf
This commit is contained in:
7
src/NGettext.Wpf/IWeakCultureObserver.cs
Normal file
7
src/NGettext.Wpf/IWeakCultureObserver.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace NGettext.Wpf
|
||||
{
|
||||
public interface IWeakCultureObserver
|
||||
{
|
||||
void HandleCultureChanged(ICultureTracker sender, CultureEventArgs eventArgs);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user