Skip to content

Instantly share code, notes, and snippets.

View mhdb96's full-sized avatar
🏠
Coding from home

Muhammed AKSOY mhdb96

🏠
Coding from home
View GitHub Profile
using System.ComponentModel;
using System.Globalization;
using System.Resources;
using System.Windows.Data;
public class TranslationSource
: INotifyPropertyChanged
{
private static readonly TranslationSource instance = new TranslationSource();