diff -r e0d6e9bd3ca7 -r bf7ee68962da 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 Tue Jul 06 14:10:26 2010 +0300 +++ b/javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/uninstall/steps/ConfirmUninstallation.java Wed Aug 18 09:43:15 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