public static String formatISOLanguagePKeyAttributes(
     String separator, CFSecurityISOLanguagePKey pkey) {
   String retval = CFLibXmlUtil.formatRequiredInt16(null, "Id", pkey.getRequiredId());
   return (retval);
 }