Skip to content

Instantly share code, notes, and snippets.

@diegobersano
Created May 29, 2016 22:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diegobersano/5b3381f1dc94c29e1c1561c765f6fdb2 to your computer and use it in GitHub Desktop.
Save diegobersano/5b3381f1dc94c29e1c1561c765f6fdb2 to your computer and use it in GitHub Desktop.
namespace Internacionalization.Infraestructure
{
public static class SupportedCulture
{
public const string Spanish = "es";
public const string English = "en";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment