Closed hustbeef closed 6 months ago
Please go ahead and fix another two errors in Linux setlocale(LC_CTYPE, NULL)
(Line 696 and line 698)
When I change to ` Constructor Form1Type
With App
.CurLanguagePath = ExePath & "/"
.CurLanguage = My.Sys.Language
End With
#82 `
Error: Undefined symbol, Language
Please go ahead and fix another two errors in Linux setlocale(LC_CTYPE, NULL) (Line 696 and line 698)
Fixed: My.Sys.Language function in Linux: https://github.com/XusinboyBekchanov/MyFbFramework/commit/6fd6a3429d1834dd1f6c9b8ab1114fecff805691
Hi, App.CurLanguage = My.Sys.Language worked correctly. App.Language is not the same as My.Sys.Language.