Home > Exchange Server > one liners: Setting the Default Language and Time Zone for OWA

one liners: Setting the Default Language and Time Zone for OWA

Anyone who’s had a new mailbox on Exchange 2007 and logged in via OWA will remember seeing a screen that asks for the language and time zone, as seen below. Once they pick those, they are then taken to their mailbox.

If all of the users in an org use the same language and are in the same time zone, we can set these settings. New users will no longer be prompted for this information, but any user can change the information by going to to Options>Regional Settings in OWA, such as shown below:

To make the change, fire up the ol’ Exchange Management Shell and type:

Set-OWAVirtualDirectory "owa (Default Web Site)" -DefaultClientLanguage <Locale ID>

Replace <Local ID> with the specific Local ID for your area. For a list of Local IDs, see Locale IDs Assigned by Microsoft. For English in the United States, the Local ID is 1033. So, for my example, I use

Set-OWAVirtualDirectory "owa (Default Web Site)" -DefaultClientLanguage 1033

Once that’s set, all new users will default to that, as well as the time zone setting on the client access server.

  1. October 14th, 2011 at 22:05 | #1

    […] » one liners: Setting the default language and time zone for OWA Ehlo World! […]

  2. May 15th, 2013 at 14:30 | #2

    Hi Pat,

    I guess this has changed in 2010 SP1, the cmdlet still runs. But it errors when user tries to access OWA.

    http://www.howexchangeworks.com/2012/05/setting-default-language-time-zone-in-exchange-2010-sp1.html

    Thanks,
    Rajith.

    • Pat Richard
      May 15th, 2013 at 14:32 | #3

      Thanks for the info!

  3. April 17th, 2014 at 02:43 | #4

    Hey Pat,

    Thanks for sharing the OWA tip. Few days back i posted one on – http://email-converter-tools.blogspot.com/

    Thanks,
    Stephen

  1. January 29th, 2015 at 20:38 | #1