MCPcopy Create free account
hub / github.com/davidgiven/luje / getDefault

Method getDefault

lib/java/util/Locale.java:169–171  ·  view source on GitHub ↗

Gets the default Locale. @return the default Locale.

()

Source from the content-addressed store, hash-verified

167 * @return the default {@code Locale}.
168 */
169 public static Locale getDefault() {
170 return defaultLocale;
171 }
172
173 /**
174 * Gets the full country name in the default {@code Locale} for the country code of

Callers 1

toLowerCaseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected