Home > @magiclane/maps-sdk > LocalizationService > getLanguageNativeName

LocalizationService.getLanguageNativeName() method

Retrieves the native name of the given language.

The native name is the name of the language in that language itself.

Signature:

static getLanguageNativeName(language: Language): string;

Parameters

Parameter

Type

Description

language

Language

The Language for which to retrieve the native name

Returns:

string

The native name of the specified language