About Setting the Language Code and Logging the Waypoint

Set the Language Code

InitializeChronicle() adds the language code to the returned waypoint.

  // Include product language with product registration.
	 Chronicle::Facade::Waypoints::productLanguage(waypoint, L"en-US");

Log the Waypoint

The last thing that InitializeChronicle() does is to log the waypoint.

  Chronicle::Facade::waypointReached(waypoint);
}