Sample Source Code
                                dotnetCOUNTRY.Country Objcountry = new dotnetCOUNTRY.Country();
                            
                                    
                                    Objcountry.IP = IP.Text;
                                    string code = Objcountry.IPToCode();
                                    string name = Objcountry.IPToName();
                                    string lang = Objcountry.IPToLanguage();
                                    string langCode = Objcountry.IPToLanguageCode();
                                    string cult = Objcountry.IPToCulture();
                                    string flag = Objcountry.IPToFlag();