| 
      
       | 
  
            ANSI Error Message Function  Internationalization (I18n) Function OverviewThe  I18n IssuesThis function should not be relied upon to print error messages in any language other than English, and therefore should be avoided in an internationalized application. However, its worth noting that in some limited instances it still may be useful. For example, for debugging, or for writing to log files that will not be viewed by the end user. Prior to calling this function, ensure that the current locale is set properly by calling setlocale, as string formatting is dependent on the  There is no ANSI wide character version of this function. The parameters will have to be converted to multibyte UTF-8 characters and then the  Recommended Replacements*
 
 
  |