persistUserLanguage()
Overview
public void function persistUserLanguage(
required string languageId
)
Persists the user's language choice so that it can be used as the default language when it is unclear from the request what language to use.
Arguments
Name | Type | Required | Description |
---|---|---|---|
languageId | string | Yes | The ID of the language to persist |