System.SetLocaleOverride

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetLocaleOverride(const NewPreferredLanguages: string);

C++

extern DELPHI_PACKAGE void __fastcall SetLocaleOverride(const UnicodeString NewPreferredLanguages);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.pas
System.hpp
System System

Description

Sets locale override.

This function sets the preferred languages override.

See Also