]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/xlocale.h
synchronize GTK2 minimum version in docs
[wxWidgets.git] / interface / wx / xlocale.h
index 7ae9f0ba3f56f55bc29b8d592e6400dc6a33f08d..1da41dc998bbeea3ba952d0cbb05de65c0194595 100644 (file)
     standard @c foo() except that instead of using the global program locale
     they use the provided wxXLocale object.
 
-    For example, if the user runs the program in French locale, the standard
-    @c printf() function will output floating point numbers using decimal comma
-    instead of decimal period. If the program needs to format a floating-point
-    number in a standard format it can use:
-    @code wxPrintf_l(wxXLocale::GetCLocale(), "%g", number) @endcode
-    to do it.
-    
     See @ref group_funcmacro_locale for a list of wxXLocale-enabled functions.
 
     Conversely, if a program wanted to output the number in French locale, even if