ash47 / OmegleMiddleMan

Lets you connect strangers to each other, and intercept messages AKA Man in the Middle Attack
233 stars 60 forks source link

Change Region/Language #67

Open LudgerWinx opened 3 years ago

LudgerWinx commented 3 years ago

Is it possible to change the region and language i want to speak in? For example if i want to talk to people in sweden and in swedish. If not this would be a great feature

ghost commented 2 years ago

Hi @LudgerWinx! A bit of a late response, but yes, it is possible.

Before running the app, change the language in the settings.json file. Then run the app again.

Something like this should work for you:

{
    "defaultLanguage": "se",
    "debug": false
}