The ifdef tag allows for optional processing to occur if a tag is defined. If the tag is undefined, the body of the tag is not processed.
  <i18n:ifdef key="USONLY">
     Only users specifying en-US as their locale will see this!
  </i18n:ifdef>
  
Only users specifying en-US as their locale will see this!