반응형


datatables.js 사용하며 영문으로 표기된 부분의 언어를 바꾸는 방법은 아래와 같습니다.

[원본: https://datatables.net/reference/option/language ]

{
    "decimal":        "",
    "emptyTable":     "No data available in table",
    "info":           "Showing _START_ to _END_ of _TOTAL_ entries",
    "infoEmpty":      "Showing 0 to 0 of 0 entries",
    "infoFiltered":   "(filtered from _MAX_ total entries)",
    "infoPostFix":    "",
    "thousands":      ",",
    "lengthMenu":     "Show _MENU_ entries",
    "loadingRecords""Loading...",
    "processing":     "Processing...",
    "search":         "Search:",
    "zeroRecords":    "No matching records found",
    "paginate": {
        "first":      "맨처음",
        "last":       "마지막",
        "next":       "다음",
        "previous":   "이전"
    },
    "aria": {
        "sortAscending":  ": activate to sort column ascending",
        "sortDescending"": activate to sort column descending"
    }
}


반응형
반응형


제 맥북의 ssd 용량이 작아서 부트캠프 이용 시 BootCamp 지원에서 "windows 7 설치 디스크 생성" 옵션 안나옵니다.

그래서 검색해 보니, 아래 방법으로 옵션이 나오도록 해결했습니다.

영문이지만 따라해 볼 만합니다. 


[참고] https://discussions.apple.com/thread/5479879

반응형

+ Recent posts