12/24 hour time option + locale date format

This commit is contained in:
Natsumi
2022-01-25 21:18:46 +13:00
parent 4201d55d65
commit 85373b9032
5 changed files with 191 additions and 123 deletions

View File

@@ -403,6 +403,11 @@ namespace VRCX
return output;
}
public string CurrentCulture()
{
return System.Globalization.CultureInfo.CurrentCulture.ToString();
}
public void SetStartup(bool enabled)
{
try