FMX.Types.TLang.AddLang

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddLang(const AName: string);

C++

void __fastcall AddLang(const System::UnicodeString AName);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TLang

Description

Adds a new language to the TLang instance. The language name should be a string containing the official two-letter language code.

See Also