diff -r e5618cc85d74 -r 6c158198356e javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/uninstall/steps/ConfirmUninstallation.java --- a/javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/uninstall/steps/ConfirmUninstallation.java Thu Jul 15 18:31:06 2010 +0300 +++ b/javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/uninstall/steps/ConfirmUninstallation.java Thu Aug 19 09:48:13 2010 +0300 @@ -76,8 +76,9 @@ int idxMinus = -1; do { - attrValue = ball.iSuite.getAttributeValue(attrName + "-" + locale); - Log.log(attrName + "-" + locale + ": " + attrValue); + String localizedAttrName = "Nokia-" + attrName + "-" + locale; + attrValue = ball.iSuite.getAttributeValue(localizedAttrName); + Log.log(localizedAttrName + ": " + attrValue); idxMinus = locale.lastIndexOf('-'); // If attribute is not found using full locale, e.g. 'en-GB', // strip the most specific part of the locale out