Hello, sorry for the late response, was on vacation
everything works for me as expected :( can you please provide your detailed steps, so I can try to reproduce your issue On Fri, Jun 29, 2018, 01:48 Equinoxe 4 <[email protected]> wrote: > BTW, I also tried doing > > LANG="en_GB.UTF-8" ./red5.sh > > in the machine where it's always in Spanish, and it is still in Spanish. > So it does not depend on that env var. > > Regards, > R. > > ________________________________________ > De: Equinoxe 4 <[email protected]> > Enviado: jueves, 28 de junio de 2018 01:47 p. m. > Para: Maxim Solodovnik; [email protected] > Asunto: RE: Room language > > Hi Maxim, > > yes, the hashes are different everytime. Language still does not change to > the one set in the GET parameter language. > > Thanks. > R. > > ________________________________________ > De: Maxim Solodovnik <[email protected]> > Enviado: miércoles, 27 de junio de 2018 08:57 p. m. > Para: Openmeetings user-list > Asunto: Re: Room language > > According to > https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/languages/languages.xml#L29 > 1 == english > 8 == spanish > Can you double-check on your devel computers using following steps: > 1) generate hash, set language to english > 2) open link > 3) generate hash, set language to spanish > 4) open link open link > hashes usually one-time so it shouldn't work without regeneration on > different machines > or on same machine different browsers > or same browser with cleaned up cookies > > HASH and language might be stored in the session > this why you need to regenerate hash and/or clean-up cookies > > On Thu, Jun 28, 2018 at 1:32 AM Equinoxe 4 <[email protected] > <mailto:[email protected]>> wrote: > Hi again, > > I have noticed that passing the language get parameter to the URL for > SOAP-created rooms doesn't change the room's language. For instance: > > > http://localhost:5080/openmeetings/hash?secure=3a5738e4-0762-4130-8131-7312e3c0da6d&language=1 > > and > > > http://localhost:5080/openmeetings/hash?secure=3a5738e4-0762-4130-8131-7312e3c0da6d&language=8 > > both show the labels in the room in Spanish in one of my devel computers, > and in English in the other, without taking the 1 or 8 in account. > > Is that language parameter still in use? Otherwise, is there any way to > set the localization of the SOAP-created room? > > Thanks a lot for your patience, > R. > > > -- > WBR > Maxim aka solomax >
