hey guys, i was wondering if it was possible to display something in a different language like Arabic or any other language in a printf() statement.

Assuming the computer has the language fonts installed, yes. You might have to write the program in UNICODE and use wfprintf(), which is the unicode version of printf().

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.