Arabic localization support for cocos2d-X

Hi!
Please anyone tell me the procedure for passing the Arabic strings to CCLabelTTF. Or a better way to localize my game to Arabic language.

Record your string in xml file, and select correct xml file depends on current language.
There is a interface CCApplication::getCurrentLanguage() to get the current language of the device used.