Skip to content

Instantly share code, notes, and snippets.

@matthewrdev
Created February 15, 2018 06:55
Show Gist options
  • Select an option

  • Save matthewrdev/5290750c5d1895d6f8d1d7aaa1c194da to your computer and use it in GitHub Desktop.

Select an option

Save matthewrdev/5290750c5d1895d6f8d1d7aaa1c194da to your computer and use it in GitHub Desktop.
using System;
using System.Globalization;
namespace MyApp.il8n
{
public interface ILocalize
{
CultureInfo GetCurrentCultureInfo();
void SetLocale();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment