MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / localize

Method localize

CodenameOne/src/com/codename1/ui/Label.java:555–559  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

553 }
554
555 private void localize() {
556 if (shouldLocalize) {
557 this.text = getUIManager().localize(text, text);
558 }
559 }
560
561 @Override
562 protected void initLaf(UIManager uim) {

Callers 2

LabelMethod · 0.95
setTextMethod · 0.95

Calls 1

getUIManagerMethod · 0.45

Tested by

no test coverage detected