Show: Delphi
C++
Display Preferences
FMX.Types.LoadLangFromStrings
From XE2 API Documentation
Delphi
procedure LoadLangFromStrings(AStr: TStrings);
C++
extern 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.