Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Label
Method · 0.95
setText
Method · 0.95
Calls
1
getUIManager
Method · 0.45
Tested by
no test coverage detected