@icure/cardinal-prescription-be-angular
Version:
This is a Belgian-specific Angular application for healthcare professionals to manage electronic prescriptions with SAM. Created by iCure.
11 lines (10 loc) • 465 B
TypeScript
import { appTranslations } from '../../../internal/translations';
import * as i0 from "@angular/core";
export declare class TranslationService {
private currentLang;
setLanguage(lang: keyof typeof appTranslations): void;
getCurrentLanguage(): keyof typeof appTranslations;
translate(path: string): string;
static ɵfac: i0.ɵɵFactoryDeclaration<TranslationService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<TranslationService>;
}