-
Notifications
You must be signed in to change notification settings - Fork 10
Set GEmailSettingsLanguage
Deprectiation Notice: The Email Settings API is deprecated and will be turned off on July 7, 2017. Migrate to the Gmail API as soon as possible to avoid disruptions to your application. See the following URL for more information: https://developers.google.com/admin-sdk/email-settings/
Update the display language setting in Google Mail.
Set-GEmailSettingsLanguage [-UserName] <String> [-Language] <LanguageLanguageEnum> [-Domain <String>]
[-GAuthId <String>] [-WhatIf] [-Confirm]
Set-GEmailSettingsLanguage [-UserName] <String> [-LanguageAbbreviation] <LanguageLanguageAbbrevEnum>
[-Domain <String>] [-GAuthId <String>] [-WhatIf] [-Confirm]
Update the display language setting in Google Mail.
PS C:\> Get-GEmailSettingsLanguage -UserName $SomeUserNameString -Language $SomeLanguageEnum
This automatically generated example serves to show the bare minimum required to call this Cmdlet.
Additional examples may be added, viewed and edited by users on the community wiki at the URL found in the related links.
PS C:\> Get-GEmailSettingsLanguage -UserName $SomeUserNameString -LanguageAbbreviation $SomeLanguageAbbreviationEnum
This automatically generated example serves to show the bare minimum required to call this Cmdlet.
Additional examples may be added, viewed and edited by users on the community wiki at the URL found in the related links.
The target Google Apps user.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value:
Accept pipeline input: False
Accept wildcard characters: False
Google Mail's display language
Possible values: Arabic, Bengali, Bulgarian, Catalan, Chinese_Simplified, Chinese_Traditional, Croatian, Czech, Danish, Dutch, English_United_States, English_United_Kingdom, Estonian, Finnish, French, German, Greek, Gujarati, Hebrew, Hindi, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kannada, Korean, Latvian, Lithuanian, Malay, Malayalam, Marathi, Norwegian, Oriya, Persian, Polish, Portuguese_Brazil, Portuguese_Portugal, Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Tagalog, Tamil, Telugu, Thai, Turkish, Ukrainian, Urdu, Vietnamese
Type: LanguageLanguageEnum
Parameter Sets: word
Aliases:
Accepted values: Arabic, Bengali, Bulgarian, Catalan, Chinese_Simplified, Chinese_Traditional, Croatian, Czech, Danish, Dutch, English_United_States, English_United_Kingdom, Estonian, Finnish, French, German, Greek, Gujarati, Hebrew, Hindi, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kannada, Korean, Latvian, Lithuanian, Malay, Malayalam, Marathi, Norwegian, Oriya, Persian, Polish, Portuguese_Brazil, Portuguese_Portugal, Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Tagalog, Tamil, Telugu, Thai, Turkish, Ukrainian, Urdu, Vietnamese
Required: True
Position: 2
Default value: Arabic
Accept pipeline input: False
Accept wildcard characters: False
Google Mail's display language, abbreviated
Possible values: ar, bn, bg, ca, zh_CN, zh_TW, hr, cs, da, nl, en_US, en_GB, et, fi, fr, de, el, gu, iw, i, hu, is, in, it, ja, kn, ko, lv, lt, ms, l, mr, no, or, fa, pl, pt_BR, pt_PT, ro, ru, sr, sk, sl, es, sv, tl, ta, te, th, tr, uk, ur, vi
Type: LanguageLanguageAbbrevEnum
Parameter Sets: abbrev
Aliases:
Accepted values: ar, bn, bg, ca, zh_CN, zh_TW, hr, cs, da, nl, en_US, en_GB, et, fi, fr, de, el, gu, iw, i, hu, is, in, it, ja, kn, ko, lv, lt, ms, l, mr, no, or, fa, pl, pt_BR, pt_PT, ro, ru, sr, sk, sl, es, sv, tl, ta, te, th, tr, uk, ur, vi
Required: True
Position: 2
Default value: Ar
Accept pipeline input: False
Accept wildcard characters: False
The target domain for this email settings cmdlet.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The GAuthId representing the gShell auth credentials this cmdlet should use to run.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value:
Accept pipeline input: False
Accept wildcard characters: False
The target domain for this email settings cmdlet.
Part of the gShell Project, relating to the Google Email Settings API; see Related Links or use the -Online parameter.
News - Get Started - Cmdlet Index - FAQ - Discussion - Downloads