You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.
Julian Hüpppauff edited this page Jan 9, 2018
·
3 revisions
My Solution is not listed within the Select Dialog
Within the select Dialog you will only find Custom Unmanaged Solutions. Also some Microsoft System Solutions are filtered out by Default: ActivityFeedsCore, Basic, Active, System
The Language always changes back to english on startup
At the moment there is no way to change the default language through the UI. Open the App.config and change the culture parameter. e.g.:
<setting name="Culture" serializeAs="String"> <value>de-de</value> </setting>