updateI18N method
void
updateI18N()
inherited
Implementation
void updateI18N() {
for ( var command in _commands.values)
command.updateI18N();
}
void updateI18N() {
for ( var command in _commands.values)
command.updateI18N();
}