Values.LocalizedContentSourceContains localized content for a partner profile in a specific language or locale.
type nonrec t = {displayName : UnicodeString.t;The localized display name for the partner.
*)description : LocalizedContentDescriptionString.t;The localized description of the partner's business and services.
*)websiteUrl : Url.t;The localized website URL for the partner.
*)logoUrl : Url.t;The URL to the partner's logo image for this locale.
*)locale : Locale.t;The locale or language code for the localized content.
*)}val make :
displayName:UnicodeString.t ->
description:LocalizedContentDescriptionString.t ->
websiteUrl:Url.t ->
logoUrl:Url.t ->
locale:Locale.t ->
unit ->
t