Internationalization code
[portal.git] / portal-FE-common / src / app / shared / services / sidebar / sidebar.service.ts
index b0b21b3..5060534 100644 (file)
@@ -50,5 +50,9 @@ export class SidebarService {
     return this.http.get(this.api.leftmenuItems);
 
   }
+  
+  getAllLanguages() {
+    return this.http.get(this.api.getLanguages);
+  }
 
 }