FMX.Platform.IFMXLocaleService.GetCurrentLangID

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetCurrentLangID: string;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXLocaleService

説明

下位クラスでは、GetCurrentLangID は、使用されている現在のロケール(enfrja など)を返すための機能を実装します。

関連項目