Internationalization code
[portal.git] / portal-FE-common / src / app / layout / components / tabbar / tabbar.component.html
index db0b6af..a12a8df 100644 (file)
@@ -68,7 +68,7 @@
 
           <div style="display: flex; flex-direction:column; overflow-y: scroll; height: calc(100vh - 100px)">
             <div style="display: flex; flex-direction:row;">
-              <app-sidebar (collapsedEvent)="receiveCollapsed($event)"></app-sidebar>
+                         <app-sidebar (collapsedEvent)="receiveCollapsed($event)" [langFromTab]="inputedLanguage"></app-sidebar>
               <app-userbar></app-userbar>
               <div class="container" [ngStyle]="setStyle()">
                 <router-outlet></router-outlet>