Found one of the interesting function "Setlocale". Setlocale function sets the global locale and returns the previous locale. This function has a parameter "lcid" to identify uniquely a locale, which is a 32 bit value/short string. Syntax: Setlocale(lcid)