Hi Bruce,
n the IDE.
{code} const FRENCH = (SUBLANG_FRENCH << 10) | LANG_FRENCH; if (LoadNewResourceModule(FRENCH)) ReinitializeForms(); {code}
Regards
Ciaran
> {quote:title=Bruce Petty wrote:}{quote} > Hi Ciaran! > Thank you so much for responding. I did not expect anyone to respond. I had tried Embarcadero and they wanted $300 to tell me how to get around their bug. > I first tried to translate a Hello World program with XE and then used the trial XE3 and got the same response. Your work-around worked! It did allow the build without failure however after doing a Project->Language->Set Active to change the language and then the Build All Projects, the program which Runs still shows only English. I put other words in for both the Form Caption and a single TLabel caption. > During some of the early discussion with Embarcadero they gave me a link to: > http://cc.embarcadero.com/item/26954 > which is a webinar where the lecturer talks about doing a translation. Unfortunately most of the lecture just shows a black screen because the webinar was apparently live and so only shows the few saved Power Point images but then goes black when the lecturer is trying to demonstrate something. > If you have ever been able to do a complete translation and gotten it to actually show a different language when running, I would be very grateful to know how you did it. > Any helpful links would be much appreciated. I've read everything (I think) that Embarcadero has put out. > Bruce