Diffrent logo for second language

Hi,
For a site which uses WPML I need to exchange the logo for the second language. There are two logo’s because the logo has text in it. For the Dutch language the Dutch logo should be shown and for English the English logo.

At the moment the logo is added with the customizer. Is there a setting in Beaver Theme somwhere or else a function/filter that I can add ?

Site uses
BeaverTheme 1.7.6.3 and the Beaver Child Theme
BeaverBuilder 2.3.2.7
WP 5.4.2
WPML 4.3.16
WPML String Translation
WPML Translation Management

Hello,

I fixed this by copying the /includes/nav-right.php to the child theme and making changes to that with if /nl/ and elseif /en/.

This works.