InitializeChronicle() adds the language code to the returned waypoint.
// Include product language with product registration. Chronicle::Facade::Waypoints::productLanguage(waypoint, L"en-US");
The last thing that InitializeChronicle() does is to log the waypoint.
Chronicle::Facade::waypointReached(waypoint); }