Lazarus templateapplication project with full localization
Lazarus templateapplication project with full localization.
It took me quite some time to create a fully featured application project that could set the language from the system but also had the capability to set the language live from the application itself.
Templating is good. It saves time because you don't have to reinvent the wheel and it prevents bugs because what you already have is probably already tested.