getProperty
function getProperty(propertyName: string): string;
This procedure is used to get the information about the Java system. Consult the Java documentation for the list of available properties.
begin
debug(getProperty('microedition.locale'));
end.