Skip to content

Instantly share code, notes, and snippets.

View Logistoner's full-sized avatar

Logistone Logistoner

  • http://www.logistone.fi
  • Finland
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();