SysUtils.Languages
From RAD Studio VCL Reference
Contents |
Delphi Information
From SysUtils.pas
function Languages(): TLanguages;
Unit: SysUtils
Type: function
Visibility: public
C++ Information
From SysUtils.hpp
Sysutils::TLanguages * __fastcall Languages(void);
Unit: SysUtils
Type: function
Description
Lists the locales for which support is available.
Use the value returned by Languages to obtain information about the locales supported by the system. This function is only available on Windows.