-
Notifications
You must be signed in to change notification settings - Fork 3
Language support
Morten Møller edited this page Oct 17, 2022
·
2 revisions
When downloading clips using the custom save expression, you can save the clips in another language, by changing the "Locale" inside appsettings.json. By default it's en-US
, so if you do {dddd}
, it will write Wednesday
(if the clip was made on a Wednesday). If you do da-DK
, it will write Onsdag (which is Wednesday in Danish).
You can find a list of supported language IDs from Microsoft's website: https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c (scroll down a bit)