hi..
i've a language identifier and now i need to get the language name from that identifier. for example(id=1041 and language for this id is japanese). how to do that?
help..
i'm new to c++.
i have not written the program yet.
Actually the thing is, i have a text file in which the language identifier(0x0411) is present. I extracted the identifier from the file to a string(0x0411) and converted it to integer(1041). Now from this identifier i need the name of the language(Japanese). I dont know the code.