Skip to content
Shopware

setCurrentLanguage

setCurrentLanguage ​

Definition ​

Set the current session's language to corresponding to id

Signature ​

ts
export async function setCurrentLanguage(
  newLanguageId: string,
  contextInstance: ShopwareApiInstance = defaultInstance,
): Promise<ContextTokenResponse>

Parameters ​

NameTypeDescription
newLanguageId
string
id of the language
contextInstance
ShopwareApiInstance
instance of the api client (by default it's an Axios instance)

Return type ​

ts
Promise<ContextTokenResponse>

Usage example ​

WARNING

Example is generated automatically. Sometimes it's required to be adjusted to your needs.

Open in StackBlitz