Category Archives: UWP

UWP Remote Debugging

      UWP Remote Debugging에 댓글 없음

Install the ‘Remote Tools’ on Target device Run the ‘Remote Tools’ ‘Configure remote debugging’ Set debug options for Target Project properties ‘Start options’ – ‘Target device’ : Remote Machine ‘Find’ – ‘Auto Detected’ Tab : ‘Select’ Target device ‘Start Debugging’   Refer link : https://docs.microsoft.com/en-us/visualstudio/debugger/remote-debugging

UWP App Name Localization

      UWP App Name Localization에 댓글 없음

1. 개요 오랜만에 시간이 생겨 Windows Template Studio로 프로젝트를 하나 생성하여 가지고 놀았다. App을 생성하면  지역화 기능도 포함되어, ‘Strings/en-us/Resources.resw’ 파일이 추가되어 있다. App을 실행하면, App의 Project 명으로 App의 이름이 설정된다. 이 App의 이름이 각 나라별로 변경되도록 설정하고 싶었다. 예를 들면, 한국에서는 App 이름이 ‘한글’로, 미국에서는 ‘English’로 표시되게 말이다. 2. 방법 2.1. 준비 일단 한국어 변경을 위해서 ‘Strings’ 폴더 하위에 ‘ko-kr’… Read more »