Skip to content

Commit

Permalink
Removed the hardcoded language code
Browse files Browse the repository at this point in the history
Signed-off-by: Aravindhan Alagesan <[email protected]>
  • Loading branch information
aranaravi committed Feb 6, 2024
1 parent 9b52ed9 commit 572ce3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmp-ui/src/app/core/services/header.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export class HeaderService {
}

setlanguageCode(languageCode: string) {
this.languageCode = "tam";
this.languageCode = languageCode;
}

getlanguageCode(): string {
Expand Down

0 comments on commit 572ce3c

Please sign in to comment.