System.GetLocaleOverride
Delphi
function GetLocaleOverride(const AppName: string): string;
C++
extern DELPHI_PACKAGE UnicodeString __fastcall GetLocaleOverride(const UnicodeString AppName);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.pas System.hpp |
System | System |
Description
Returns the locale override for the application specified by the AppName parameter.
The GetLocaleOverride routine uses the application name to search for its registries. If the application has no defined locale override, GetLocaleOverride returns an empty string. If an empty string is passed to GetLocaleOverride, the locale override value is obtained for the current application.