/
ccPortalApplication.GetAvailableTranslations

ccPortalApplication.GetAvailableTranslations

Parameter

(var Languages : TStringList) : Boolean;

Beschreibung

Die Methode GetAvailableTranslations übergibt in die Liste Languages alle verfügbaren Sprachschlüssel in der angebundenen Übersetzungsdatenbank.

Beispiel

List := TStringList.Create;
try
  ccPortalApplication.GetAvailableTranslations(List);
  ShowMessage(List.Text);
finally
  List.Free;
end;

Related content

ccPortalApplication.Translations
ccPortalApplication.Translations
More like this
TRANSLATION Manager Benutzeroberfläche
TRANSLATION Manager Benutzeroberfläche
More like this
TRANSLATION Manager Benutzeroberfläche
TRANSLATION Manager Benutzeroberfläche
More like this
TStringList.GetText
TStringList.GetText
More like this
TStringList.GetText
TStringList.GetText
More like this
TStringList.GetText
TStringList.GetText
More like this