#include <twl/os.h>
const char* OS_GetISOCountryCodeA2(u8 twlCountry);
twlCountry | Country and region code. |
Returns a pointer to a string that corresponds to the country and region code.
Converts the TWL's proprietary country and region code numbers into ISO 3166-1 alpha-2
format.
2008/10/28 Changed function name.
2008/09/02 Initial version.
CONFIDENTIAL