Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getLanguage
Method
getLanguage
app/src/processing/app/Language.java:238–240 ·
view source on GitHub ↗
Get the current language. @return two digit ISO code (lowercase)
()
Source
from the content-addressed store, hash-verified
236
* @
return
two digit ISO code (lowercase)
237
*/
238
static
public
String getLanguage() {
239
return
init().language;
240
}
241
242
243
/**
Callers
6
useInputMethod
Method · 0.95
PreferencesFrame
Method · 0.95
applyFrame
Method · 0.95
getMonoFont
Method · 0.95
getSansFont
Method · 0.95
Language
Method · 0.80
Calls
1
init
Method · 0.95
Tested by
no test coverage detected