本文整理自网络,侵删。
uses FMX.Platform{$IFDEF MSWINDOWS}, WinAPi.Windows{$ENDIF};
function GetLang: string;var LocaleService: IFMXLocaleService;begin Result := ''; if TPlatformServices.Current.SupportsPlatformService(IFMXLocaleService, IInterface(LocaleService)) then begin Result := LocaleService.GetCurrentLangID; end;end;
Windows 8.1 => zhWindows 10 => zhOSX 10.9.5 => ZHAndroid 5.1 => jpAndroid 4.4.2 => jpiOS 8.2 => zh
相关阅读 >>
Delphi xe6 android 界面皮肤美化 用stylebook
更多相关阅读请进入《Delphi》频道 >>