Index: dam engine/trunk/doc/Dam Engine - Technical Design/DAM Engine - Technical Design.tex =================================================================== diff -u -r333 -r338 --- dam engine/trunk/doc/Dam Engine - Technical Design/DAM Engine - Technical Design.tex (.../DAM Engine - Technical Design.tex) (revision 333) +++ dam engine/trunk/doc/Dam Engine - Technical Design/DAM Engine - Technical Design.tex (.../DAM Engine - Technical Design.tex) (revision 338) @@ -273,11 +273,9 @@ In the first implementation only the 2 following languages will be supported: \begin{itemize} \item Dutch (NL) - \item English (UK) + \item English (US) \end{itemize} -For translations, you want to adhere to the standard Windows mechanism with language resource dll's. -But that would make it impossible to use the engine at any other platform. -So preferably it should use an intermediate layer instead (through an Interface) which in turn can implement the platform specific implementation as required. Only the Windows mechanism will be implemented at first. +For translations, the standard Windows mechanism with language resource dll's will be used. Note: the current implementation of DAM uses another mechanism for translations, that will not be applied here, because it is dependent on the DSL (Delta Shell Light) library, which will not be used for the \ProgramName. \section{Libraries and components} \label{sec:ExternalLibrariesAndComponents}