Show: Delphi C++
Display Preferences

FMX.Types.LoadLangFromStrings

From XE3 API Documentation
Jump to: navigation, search

Delphi

procedure LoadLangFromStrings(AStr: TStrings);

C++

extern DELPHI_PACKAGE void __fastcall LoadLangFromStrings(System::Classes::TStrings* AStr);

Properties

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

Description

Loads the language dictionary for translation from a specified TStrings.

AStr specifies the TStrings to load from. If AStr is empty, LoadLangFromStrings does not raise any errors and does not change the previous language dictionary.

When a language dictionary is loaded, the translation is applied over all the strings that appear on the scene.

See Also

Personal tools
Translations