Skip to content

Instantly share code, notes, and snippets.

@leandrocustodio
Last active December 16, 2015 10:29
Show Gist options
  • Save leandrocustodio/5420436 to your computer and use it in GitHub Desktop.
Save leandrocustodio/5420436 to your computer and use it in GitHub Desktop.
Definir Culture para PT-BR c#
<appSettings>
<add key="DefaultCulture" value="pt-BR" />
</appSettings>
<configuration>
<system.web>
<globalization culture="pt-BR" uiCulture="pt-BR" />
</system.web>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment