MCPcopy Index your code
hub / github.com/benfry/processing4 / getLanguage

Method getLanguage

app/src/processing/app/Language.java:264–266  ·  view source on GitHub ↗

Get the current language. @return two-digit ISO code (lowercase) or extended code (en-US)

()

Source from the content-addressed store, hash-verified

262 * @return two-digit ISO code (lowercase) or extended code (en-US)
263 */
264 static public String getLanguage() {
265 return init().language;
266 }
267
268
269 /**

Callers 3

useInputMethodMethod · 0.95
PreferencesFrameMethod · 0.95
LanguageMethod · 0.80

Calls 1

initMethod · 0.95

Tested by

no test coverage detected