summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/app.component.ts
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-05-09 17:46:02 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-05-09 17:46:09 +0800
commit88fb2fed36e33ddb7e22dd948afeb0198adbe56b (patch)
treea11d7bf0ffc5b1a3d697eeff9c967a3f1fc6052c /usecaseui-portal/src/app/app.component.ts
parentd72175c1e88052929dec9f59d5f620cc2d964cdd (diff)
Service instance lifecycle management
Change-Id: I5047ebd4cc48eab8a03664b5ac61ef9faeedadbb Issue-ID: USECASEUI-218 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/app.component.ts')
-rw-r--r--usecaseui-portal/src/app/app.component.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/usecaseui-portal/src/app/app.component.ts b/usecaseui-portal/src/app/app.component.ts
index dc8b03e9..190f42e3 100644
--- a/usecaseui-portal/src/app/app.component.ts
+++ b/usecaseui-portal/src/app/app.component.ts
@@ -28,12 +28,10 @@ export class AppComponent {
constructor(private translate: TranslateService,private myhttp: HomesService) {
this.currentLanguageGet();
- // translate.addLangs(['en', 'zh']);
// translate.use('en');
}
-
- // Language:String[] = ["zh","en"];
+
//209.05.08 Get the currentLanguage
currentloginId = null;
currentLanguage = "en";