MCPcopy Index your code
hub / github.com/linuxfoundation/crowd.dev / getLanguageCode

Function getLanguageCode

frontend/src/i18n/index.js:70–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68}
69
70export function getLanguageCode() {
71 return currentLanguageCode;
72}
73
74function getLanguage() {
75 return languages[getLanguageCode()];

Callers 2

auth-axios.jsFile · 0.90
getLanguageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected