System.SysUtils.PreferredUILanguageList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function PreferredUILanguageList: ILanguageEnumerable;

C++

extern DELPHI_PACKAGE _di_ILanguageEnumerable __fastcall PreferredUILanguageList(void);

Properties

Type Visibility Source Unit Parent
function public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

PreferredUILanguageList returns a list that contains the preferred UI languages.

PreferredUILanguageList returns a TStrings object that contains the preferred UI languages for user default UI languages at run time. The application cannot free the returned TStrings object.

See Also