StrokesPlus.net
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Raninl  
#1 Posted : Friday, May 29, 2020 7:29:41 PM(UTC)
Raninl

Rank: Newbie

Reputation:

Groups: Approved
Joined: 5/29/2020(UTC)
Posts: 3

I installed StrokesPlus and it is in Chinese, I need to set it to English, how do I do this? Can't find language options in menu. My system is chinese, but I am not very fluent in it to use it for new programs.
If it hasn't this option it deffinitly should have in the future.

StrokesPlus seems to be exaclty what I needed. I am JustGestures refugee, it is not working in Windows10. Can't leave without mouse gestures anymore.
Rob  
#2 Posted : Saturday, May 30, 2020 2:07:52 PM(UTC)
Rob

Rank: Administration

Reputation:

Groups: Translators, Members, Administrators
Joined: 1/11/2018(UTC)
Posts: 1,359
United States
Location: Tampa, FL

Thanks: 28 times
Was thanked: 419 time(s) in 356 post(s)
There isn't an option to set it yet (on my list, but low priority).

However, you can add this script to Global Actions > Load/Unload > Load script (check to enable on load automation):
Code:
var culture = sp.GetCurrentCulture();
if(culture !== 'en-US')
{
    sp.ChangeCulture('en-US');
}
Raninl  
#3 Posted : Saturday, May 30, 2020 2:50:30 PM(UTC)
Raninl

Rank: Newbie

Reputation:

Groups: Approved
Joined: 5/29/2020(UTC)
Posts: 3

Thanks, it works.
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.