Index: wp-includes/update.php
===================================================================
--- wp-includes/update.php	(revision 10579)
+++ wp-includes/update.php	(working copy)
@@ -30,7 +30,7 @@
 	if ( ! is_object($current) )
 		$current = new stdClass;
 
-	$locale = get_locale();
+	$locale = apply_filters( 'core_version_check_locale', get_locale() );
 	if (
 		isset( $current->last_checked ) &&
 		43200 > ( time() - $current->last_checked ) &&
