Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CJackHwang/AIstudioProxyAPI
/ get_language
Function
get_language
gui/i18n.py:13–15 ·
view source on GitHub ↗
Get current language code.
()
Source
from the content-addressed store, hash-verified
11
12
13
def
get_language() -> str:
14
""
"Get current language code."
""
15
return
_current_language
16
17
18
def
set_language(lang_code: str) -> None:
Callers
3
_init_variables
Method · 0.85
_save_config
Method · 0.85
_change_language
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected