Created
February 15, 2018 06:55
-
-
Save matthewrdev/5290750c5d1895d6f8d1d7aaa1c194da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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