문제:
VS2019의 한국어 언어 팩을 완전히 제거해도 몇몇 오류 메시지가 한글로 나옴
해결:
프로그램 시작점에 다음 줄 입력:
#if DEBUG
CultureInfo.DefaultThreadCurrentUICulture = CultureInfo.GetCultureInfo("ko-KR");
#endif
반응형
'Code' 카테고리의 다른 글
임시 변수 없는 XOR 스왑 (0) | 2021.11.04 |
---|---|
pip: Could not build wheels for which use PEP 517 and cannot be installed directly (0) | 2021.10.10 |
SQLite 다른 데이터베이스에서 column 가져오기 (0) | 2021.10.07 |
Chrome 쿠키 임의로 추가 (0) | 2021.08.26 |
WinDivert64.sys/WinDivert32.sys 삭제 불가 해결 (0) | 2021.08.13 |
PowerShell 실행 시 명령 실행 (0) | 2021.07.23 |
VS2019 실행 시 devenv.sln 저장 메시지 오류 (0) | 2021.05.25 |
PowerShell path 초기화 (0) | 2021.04.07 |