Unit ptranslateutils
Uses
Types
Constants
Variables
Description
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Class TPascalTranslator |
If a fallback language exists it must be the source language if you want to translate into the source language |
Functions and Procedures
function pascalizeName(const s:string):string; |
procedure initUnitTranslation(unitname:string; var translator: TPascalTranslator; translationFile: string=''); |
procedure initGlobalTranslation(podirectory: string; globalTranslationFile: string=''; language:string='';fallBackLanguage:string=''); |
Description
Functions and Procedures
function pascalizeName(const s:string):string; |
procedure initUnitTranslation(unitname:string; var translator: TPascalTranslator; translationFile: string=''); |
This initialize the translator for the given unit. |
procedure initGlobalTranslation(podirectory: string; globalTranslationFile: string=''; language:string='';fallBackLanguage:string=''); |
Generated by PasDoc 0.16.0.