There is a header (” < locale > “) in Standard ISO C++.
Is there any good references for Internationalization and localization in ISO C++?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The best sources I know are:
Standard C++ IOStreams and Locales by Langer and Kraft (it has a tutorial part and a more reference part)
the appendix in some version of the third edition of The C++ Programming Language by Stroustrup (which is also available online) is more a user guide than a reference
the relevant section in the standard is only a reference and not suitable as a user guide.