Skip to content

Instantly share code, notes, and snippets.

@dflima
Created December 28, 2012 17:03
Show Gist options
  • Select an option

  • Save dflima/4399772 to your computer and use it in GitHub Desktop.

Select an option

Save dflima/4399772 to your computer and use it in GitHub Desktop.
A simple command to set the region configurations (such as date formats) to the country where the developer is coding.
<%
' Command to set the region configurations to
' any country you want
' 1046: Brazil
' 1033: EUA
Session.LCID = 1046
%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment