Skip to content

Conversation

@MehmetSert
Copy link

The Language and Currency label values ​​used in site-context-selector.component are fixed values ​​within site-context-component.service. I've changed this to be compatible with multi-language structures.

The Language and Currency label values ​​used in site-context-selector.component are constant values ​​within site-context-component.service. I've changed this to be compatible with multi-language structures.

Now, instead of reading the label value from a constant variable, it reads it from the language and currency parameters in common.json. Also, the getLabel function used to return Observable<any>; I've changed this to Observable<string> for type safety.

@MehmetSert MehmetSert requested a review from a team as a code owner December 12, 2025 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant