if (localizedElement == null) {
stringTableEntry = (String)localizedStringsHashtable.get(_key);
}
} else {
// Pseudo localizing?
if (resourceManager.pseudoLocalizingAll() && contentElement() != null) {
stringTableEntry = localizedStringForElement(contentElement());
stringTableEntry = resourceManager.pseudoLocalizeUnKeyed(stringTableEntry);
} else {
// No key, just use the template content as is
localizedElement = contentElement();