How do I change the language. #849
|
How do I change the language to English? Currently it’s in Chinese |
Replies: 3 comments 2 replies
|
Hey! not sure if you are still asking the question, but I just installed it today, and used it, got the same problem and searched google. your's the first result that popped up on google, and I'm disappointed no one replied. I as a developer then dug into the app files and found how to fix using this easy method: 1: right click on the app tell me if you have any more difficulties |
|
Thank you so much for your answer. It helped me. I appreciate it very much. You said: CFBundleDevelopmentRegion zh-Hans CFBundleExecutable QtScrcpy CFBundleGetInfoString Created by rankun CFBundleIconFile QtScrcpy CFBundleIdentifier rankun.QtScrcpy CFBundleInfoDictionaryVersion 6.0 CFBundleName QtScrcpy CFBundlePackageType APPL CFBundleShortVersionString 3.3.3 CFBundleSupportedPlatforms MacOSX CFBundleVersion 3.3.3 LSMinimumSystemVersion 10.10 NSAppleEventsUsageDescription NSHumanReadableCopyright Copyright © 2018-2038 rankun. All rights reserved. NSMainStoryboardFile Main NSPrincipalClass NSApplication NSSupportsAutomaticGraphicsSwitching |
|
new method for latest version (v3.3.3) in mac:
|
Hey! not sure if you are still asking the question, but I just installed it today, and used it, got the same problem and searched google. your's the first result that popped up on google, and I'm disappointed no one replied. I as a developer then dug into the app files and found how to fix using this easy method:
1: right click on the app
2: click show package contents
3: click contents, then open the "info.plist" file.
4: in the part, it should be zh_chinese or something similar. Change it to Us-EN
5: there you go bud! have fun
tell me if you have any more difficulties