UIServices.getLocalLevelText = function(localLevel) {
    if(localLevel < LOCALLEVEL_MIN_LOWERMIDDLE) {
        return G.i18n.localLevelText_0;
    } else if(localLevel < LOCALLEVEL_MIN_MIDDLE) {
        return G.i18n.localLevelText_1;