FMX.Platform.IFMXLocaleService.GetCurrentLangID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCurrentLangID: string;

C++

virtual System::UnicodeString __fastcall GetCurrentLangID() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXLocaleService

Description

In descendants, GetCurrentLangID implements functionality to return the ID of the current locale used (en, fr, ja, and so on).

See Also