MCPcopy 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

useInputMethodMethod · 0.95
PreferencesFrameMethod · 0.95
applyFrameMethod · 0.95
getMonoFontMethod · 0.95
getSansFontMethod · 0.95
LanguageMethod · 0.80

Calls 1

initMethod · 0.95

Tested by

no test coverage detected