Skip to main content
PFProfilesSetProfileLanguageRequest data model. Given an entity profile, will update its language to the one passed in if the profile’s version is equal to the one passed in.

Syntax

Members

customTags   PFStringDictionaryEntry const*
may be nullptr
(Optional) The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). customTagsCount   uint32_t Count of customTags entity   PFEntityKey const*
may be nullptr
(Optional) The optional entity to perform this action on. Defaults to the currently logged in entity. expectedVersion   int32_t const*
may be nullptr
(Optional) The expected version of a profile to perform this update on. language   const char*
is null-terminated
(Optional) The language to set on the given entity. Deletes the profile’s language if passed in a null string.

Requirements

Header: PFProfilesTypes.h

See also

PFProfilesTypes members
Last modified on August 3, 2026