Web.Stencils.TWebStencilsProcessor.LanguageId

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LanguageId: Integer read FLanguageId write FLanguageId default 0;

C++

__property int LanguageId = {read=FLanguageId, write=FLanguageId, default=0};

Properties

Type Visibility Source Unit Parent
property published
Web.Stencils.pas
Web.Stencils.hpp
Web.Stencils TWebStencilsProcessor

Description

Integer ID that refers to the current language in use while processing the current page.

The same page can have tokens (with the @lang prefix) to access text tied to a translation engine, which is not included but can be plugged in.


See Also