| /**
 * Korean translation
 *  @name Korean
 *  @anchor Korean
 *  @author WonGoo Lee
 */
{
   "sEmptyTable":     "???? ????",
   "sInfo":           "_START_ - _END_ / _TOTAL_",
   "sInfoEmpty":      "0 - 0 / 0",
   "sInfoFiltered":   "(? _MAX_ ?)",
   "sInfoPostFix":    "",
   "sInfoThousands":  ",",
   "sLengthMenu":     "???? ?? _MENU_",
   "sLoadingRecords": "???...",
   "sProcessing":     "???...",
   "sSearch":         "??:",
   "sZeroRecords":    "?? ??? ????",
   "oPaginate": {
       "sFirst":    "??",
       "sLast":     "???",
       "sNext":     "??",
       "sPrevious": "??"
   },
   "oAria": {
       "sSortAscending":  ": ???? ??",
       "sSortDescending": ": ???? ??"
   }
}
 |