C
bool SetDefaultCountry(OptimaServer* Server, const char* CountryISO);
Java
boolean Server.SetDefaultCountry(String CountryISO);
.net
bool Server.SetDefaultCountry(string CountryISO);
bool SetDefaultCountry(OptimaServer* Server, const char* CountryISO);
boolean Server.SetDefaultCountry(String CountryISO);
bool Server.SetDefaultCountry(string CountryISO);