twostraws / ControlRoom

A macOS app to control the Xcode Simulator.
MIT License
5.77k stars 304 forks source link

Be able to change simulator language #48

Closed hansemannn closed 3 years ago

hansemannn commented 4 years ago

It would be great to be able to change simulator language via ControlRoom! If there is an underlaying command available already, I could take over the implementation!

alladinian commented 4 years ago

I was also wondering about that. Although I couldn't find a simctl command for setting a language or region, I did find a nice article on NSHipster that includes a possible solution for this (essentially you manipulate the device's GlobalPreferences.plist file)

davedelong commented 4 years ago

Interesting... the path mentioned in the article is the dataPath value on SimCtl.Device...

pluddy commented 4 years ago

In progress on #59 🎉

pluddy commented 4 years ago

This was added in #59 🎉