Home > @shopware-pwa/shopware-6-client > getAvailableLanguages

# getAvailableLanguages() function

Signature:

export declare function getAvailableLanguages(contextInstance?: ShopwareApiInstance): Promise<EntityResult<"language", Language[]>>;

# Parameters

Parameter Type Description
contextInstance ShopwareApiInstance

Returns:

Promise<EntityResult<"language", Language[]>>

# Exceptions

ClientApiError