Skip to content

Instantly share code, notes, and snippets.

@gzamudio
Last active November 13, 2017 16:54
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 gzamudio/87d07b84f6800931d06053a5b452ebb7 to your computer and use it in GitHub Desktop.
Save gzamudio/87d07b84f6800931d06053a5b452ebb7 to your computer and use it in GitHub Desktop.
public void ConfigureServices(IServiceCollection services)
{
services.AddJsonLocalization(options => options.ResourcesPath = "Resources");
services.AddMvc().AddViewLocalization();
CultureInfo.CurrentCulture = new CultureInfo("en-US");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment