This content has moved to another location. See International Support for the latest version.
GetNlsVersionEx is required to correctly distinguish if a sort behavior has changed!
GetNlsVersionEx is preferred. The original version of this API doesn't return enough information in the case of a custom locale to tell if the sort has changed.
Steps to tell if a sort version changed (ie: you need to reindex):
Blogged more about it at: http://blogs.msdn.com/shawnste/archive/2007/06/01/how-to-tell-if-the-collation-version-changed.aspx
Hope that helps, Shawn