Skip to content

Commit

Permalink
Update header.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aranaravi authored Feb 5, 2024
1 parent b223d4f commit 16ebb9b
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 16ebb9b

Please sign in to comment.