Получить язык по индексу
static Cultures? getByIndex(int index) { if (index >= 0 && index < all.length) { return all[index]; } return null; }