For C++ Builder 12.2.
#include <System.SysUtils.hpp> void SetDecimalSeparator() { FormatSettings.DecimalSeparator = '.'; }