Skip to content

Commit

Permalink
Update translate.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MadDeveloper authored Oct 3, 2016
1 parent 3a18942 commit ce07a48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/translate.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ export class TranslateService {
this.defaultLang = lang;
}

/**
* Gets the default language used
* @returns string
*/
public getDefaultLang(): string {
return this.defaultLang;
}
Expand Down

0 comments on commit ce07a48

Please sign in to comment.