Displaying another main nav menu for specific category

Yes,You can do it by

if(is_category()) {
wp_nav_menu( array(
'theme_location' => 'menu-97226',
'walker' => new Menu_Walker_97226()
) );
}

while calling menu in header file.