Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zoo-Code-Org/Zoo-Code
/ initializeI18n
Function
initializeI18n
src/i18n/index.ts:8–10 ·
view source on GitHub ↗
(language: string)
Source
from the content-addressed store, hash-verified
6
* @param language The language code to use
7
*/
8
export
function
initializeI18n(language: string): void {
9
i18next.changeLanguage(language)
10
}
11
12
/**
13
* Get the current language
Callers
1
activate
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected