if (firstCharacter >= '0' && firstCharacter <= '9') {
String currentLocalizedString = (String)localizedStringsHashtable.get(currentStringId);
localizedStringsCopy.setElementAt(currentLocalizedString, resourceManagerIndex, Integer.parseInt(currentStringId));
}
}
localizedString = (String)localizedStringsCopy.elementAt(resourceManagerIndex, stringId);
if (localizedString == null) {
if (AWLocal.IsDebuggingEnabled) {
localizedString =
AWUtil.addEmbeddedContextForDefaultString(stringId, originalString, component.namePath());
}