FMX.Types.ResetLang

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ResetLang;

C++

extern DELPHI_PACKAGE void __fastcall ResetLang(void);

Properties

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

Description

Resets the language dictionary used for translation.

ResetLang updates the dictionary, if it can be updated, otherwise ResetLang frees and nils it.

ResetLang frees the loaded dictionary and resets every control to the default (untranslated) state.

See Also