-
Notifications
You must be signed in to change notification settings - Fork 10
Set GAdminSettingsDefaultLanguage
Deprectiation Notice: The Admin Settings API is deprecated and is scheduled to be sunset on August 16, 2017. See the following URL for more information: https://developers.google.com/admin-sdk/admin-settings/
Update a domain's default language.
Set-GAdminSettingsDefaultLanguage [-DefaultLanguage] <LanguageLanguageEnum> [-Domain <String>]
[-GAuthId <String>] [-WhatIf] [-Confirm]
Set-GAdminSettingsDefaultLanguage [-LanguageAbbreviation] <LanguageLanguageAbbrevEnum> [-Domain <String>]
[-GAuthId <String>] [-WhatIf] [-Confirm]
Update a domain's default language.
PS C:\> Set-GAdminSettingsDefaultLanguage -DefaultLanguage English_United_States
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:\> Set-GAdminSettingsDefaultLanguage -LanguageAbbreviation en_US
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 default 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: 0
Default value: Arabic
Accept pipeline input: False
Accept wildcard characters: False
The default language's abbreviation.
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: 0
Default value: Ar
Accept pipeline input: False
Accept wildcard characters: False
The target domain for this admin 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 admin settings cmdlet.
Part of the gShell Project, relating to the Google Admin Settings API; see Related Links or use the -Online parameter.
News - Get Started - Cmdlet Index - FAQ - Discussion - Downloads