The translation to search for
Optional
The options
The fields to keep in the response
The matching countries
Search among the countries by their translation
const countries = await searchByTranslation('الولايات المتحدة');const countries = await searchByTranslation('الولايات المتحدة', { fields: ['name', 'capital'] }); Copy
const countries = await searchByTranslation('الولايات المتحدة');const countries = await searchByTranslation('الولايات المتحدة', { fields: ['name', 'capital'] });
The translation to search for