SupportGeoDirectory Core PluginGeoDirectory Core Plugin bugsLocalization issuesReply To: Localization issues May 21, 2014 at 1:56 am #2677 eqhesExpired Member Post count: 40 I have found a solution to the problem. However, I can’t explain why this works ˇ_ˇ’. Replacing this: <?php echo INDICATES_MANDATORY_FIELDS_TEXT; ?> By this other: <?php _e(INDICATES_MANDATORY_FIELDS_TEXT); ?>