Skip to content

Instantly share code, notes, and snippets.

View meterien's full-sized avatar
😜
What!!!!!!

Meterien meterien

😜
What!!!!!!
  • CSS
  • Rouyn-Noranda, Qc, Can
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();