Retrieves the list of Surah names in the specified language.
The language code for which to retrieve the Surah names
An array of Surah names in the specified language
const arabicNames = getSurahNames('ar');const englishNames = getSurahNames('en'); Copy
const arabicNames = getSurahNames('ar');const englishNames = getSurahNames('en');
Retrieves the list of Surah names in the specified language.