Merge branch 'main' into main

This commit is contained in:
CDzungx
2022-09-18 08:15:58 +07:00
committed by GitHub
2 changed files with 69 additions and 0 deletions

View File

@@ -153,6 +153,7 @@ function Format-LanguageCode {
$returnCode = 'vi'
break
}
Default {
$returnCode = $PSUICulture.Remove(2)
break