Znippet

Results 1 comments of Znippet

It's simple, you may do it yourself: https://stackoverflow.com/a/53995975 ``` constructor( @Inject(LOCALE_ID) locale: string, @Inject(DOCUMENT) document: Document, ) { document.documentElement.lang = locale; } ```