分享方式:


當地語系化的自訂

可以將網頁內容當地語系化成英文以外的語言。 進行當地語系化時,請注意下列考量。

在自訂內容之後,自訂會有較高的優先順序;因此,您應該自訂您想要支援的所有語言。 所有的自訂內容皆接受地區設定參數。 當您設定當地語系化的內容時,應先設定國家特定性較低的地區設定,例如,"en",之後再設定特定國家及地區的地區設定,例如,"en-us"。

以下顯示某些額外的程式碼範例。

Set-AdfsWebTheme -TargetName default -Logo @{Locale="";Path="c:\contoso.png"}
Set-AdfsWebTheme -TargetName default -Illustration @{Locale="";Path="c:\illustration.png"}

以下顯示某些額外的程式碼範例。

Set-AdfsGlobalWebContent -ErrorPageDescriptionText "This is Contoso's error page description" –locale "en"

Set-AdfsGlobalWebContent -ErrorPageDescriptionText "Il s'agit de description de page erreur de Contoso" –locale "fr"

若要將需要 Unicode 輸入的網頁內容自訂為英文以外的語言,建議您使用 Windows PowerShell ISE。 如需詳細資訊,請參閱 Windows PowerShell ISE 簡介

其他參考

AD FS 使用者登入自訂