Administrator
|
Hi,
Jenni, from ilscipio, suggested that <<we might want to add a big button: "switch language to" on the start page of the admin pages. It is currently Chinese and I would have no idea where to switch the settings>> Currently when you get to the demos through the official links from http://ofbiz.apache.org/ you arrive on the main catalogue page, already logged in. So, for most of us, you indeed can't read the logout link at top right (or bottom right depending on theme) if it's in a non occidental language, like Chinese, Arab, you name it... Any ideas how we could handle that? I though about adding language links in the site main page for the stable and old demos, but that would not work for the trunk. Another possibility is to handle it in OFBiz itself, but I don't like much this idea: you would need to maintain a list of non occidental languages and it's does not make much sense in an enterprise day to day business. Thanks for your ideas Jacques |
Introduce more actors (accounts could be the most simple solution) with
preferences defined in demo data, eg: admin-CS - Chinese admin-FR - French And just do the top 5 (country-wise) from the overview of our adopters. And if any more are needed, just let the contributors for the additional countries provide patches to the demo data set. Best regards, Pierre Smits ORRTIZ.COM <http://www.orrtiz.com> OFBiz based solutions & services OFBiz Extensions Marketplace http://oem.ofbizci.net/oci-2/ On Thu, Jun 9, 2016 at 10:36 AM, Jacques Le Roux < [hidden email]> wrote: > Hi, > > Jenni, from ilscipio, suggested that <<we might want to add a big button: > "switch language to" on the start page of the admin pages. It is currently > Chinese and I would have no idea where to switch the settings>> > > Currently when you get to the demos through the official links from > http://ofbiz.apache.org/ you arrive on the main catalogue page, already > logged in. > So, for most of us, you indeed can't read the logout link at top right (or > bottom right depending on theme) if it's in a non occidental language, like > Chinese, Arab, you name it... > > Any ideas how we could handle that? I though about adding language links > in the site main page for the stable and old demos, but that would not work > for the trunk. Another possibility is to handle it in OFBiz itself, but I > don't like much this idea: you would need to maintain a list of non > occidental languages and it's does not make much sense in an enterprise day > to day business. > > Thanks for your ideas > > Jacques > > > > > |
Same idea,
we can force admin on english and create dedicate admin for other language. Nicolas Le 09/06/2016 13:53, Pierre Smits a écrit : > Introduce more actors (accounts could be the most simple solution) with > preferences defined in demo data, eg: > admin-CS - Chinese > admin-FR - French > > And just do the top 5 (country-wise) from the overview of our adopters. And > if any more are needed, just let the contributors for the additional > countries provide patches to the demo data set. > > Best regards, > > > Pierre Smits > > ORRTIZ.COM <http://www.orrtiz.com> > OFBiz based solutions & services > > OFBiz Extensions Marketplace > http://oem.ofbizci.net/oci-2/ > > On Thu, Jun 9, 2016 at 10:36 AM, Jacques Le Roux < > [hidden email]> wrote: > >> Hi, >> >> Jenni, from ilscipio, suggested that <<we might want to add a big button: >> "switch language to" on the start page of the admin pages. It is currently >> Chinese and I would have no idea where to switch the settings>> >> >> Currently when you get to the demos through the official links from >> http://ofbiz.apache.org/ you arrive on the main catalogue page, already >> logged in. >> So, for most of us, you indeed can't read the logout link at top right (or >> bottom right depending on theme) if it's in a non occidental language, like >> Chinese, Arab, you name it... >> >> Any ideas how we could handle that? I though about adding language links >> in the site main page for the stable and old demos, but that would not work >> for the trunk. Another possibility is to handle it in OFBiz itself, but I >> don't like much this idea: you would need to maintain a list of non >> occidental languages and it's does not make much sense in an enterprise day >> to day business. >> >> Thanks for your ideas >> >> Jacques >> >> >> >> >> |
In reply to this post by Pierre Smits
+1
On 09/06/2016 13:53, Pierre Smits wrote: > Introduce more actors (accounts could be the most simple solution) with > preferences defined in demo data, eg: > admin-CS - Chinese > admin-FR - French > > And just do the top 5 (country-wise) from the overview of our adopters. And > if any more are needed, just let the contributors for the additional > countries provide patches to the demo data set. > > Best regards, > > > Pierre Smits > > ORRTIZ.COM <http://www.orrtiz.com> > OFBiz based solutions & services > > OFBiz Extensions Marketplace > http://oem.ofbizci.net/oci-2/ > > On Thu, Jun 9, 2016 at 10:36 AM, Jacques Le Roux < > [hidden email]> wrote: > >> Hi, >> >> Jenni, from ilscipio, suggested that <<we might want to add a big button: >> "switch language to" on the start page of the admin pages. It is currently >> Chinese and I would have no idea where to switch the settings>> >> >> Currently when you get to the demos through the official links from >> http://ofbiz.apache.org/ you arrive on the main catalogue page, already >> logged in. >> So, for most of us, you indeed can't read the logout link at top right (or >> bottom right depending on theme) if it's in a non occidental language, like >> Chinese, Arab, you name it... >> >> Any ideas how we could handle that? I though about adding language links >> in the site main page for the stable and old demos, but that would not work >> for the trunk. Another possibility is to handle it in OFBiz itself, but I >> don't like much this idea: you would need to maintain a list of non >> occidental languages and it's does not make much sense in an enterprise day >> to day business. >> >> Thanks for your ideas >> >> Jacques >> >> >> >> >> |
Administrator
|
It seems to me that you all answered to Jenni's question, not mine :)
She spoke about "the start page of the admin pages." I don't know what it is exactly, because, from the site page by default demos get to the catalogue main page! So let me rephrase it. I don't want to change OFBiz OOTB for that. For me it's OK as is. What I want is a mean to allow demos user to easily switch to a language readable for them. And we suppose English is readable for all users. Nicolas suggested <<we can force admin on English>> That's would be perfect. We have already these parameters on the demos links: main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y So we would like something as simple as main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y&newLocale=en Which of course does not work currently (needs setSessionLocale?newLocale=en) See? If we agree on the principle we could create a Jira and set it Thanks Jacques Le 09/06/2016 à 14:14, Julien NICOLAS a écrit : > +1 > > On 09/06/2016 13:53, Pierre Smits wrote: >> Introduce more actors (accounts could be the most simple solution) with >> preferences defined in demo data, eg: >> admin-CS - Chinese >> admin-FR - French >> >> And just do the top 5 (country-wise) from the overview of our adopters. And >> if any more are needed, just let the contributors for the additional >> countries provide patches to the demo data set. >> >> Best regards, >> >> >> Pierre Smits >> >> ORRTIZ.COM <http://www.orrtiz.com> >> OFBiz based solutions & services >> >> OFBiz Extensions Marketplace >> http://oem.ofbizci.net/oci-2/ >> >> On Thu, Jun 9, 2016 at 10:36 AM, Jacques Le Roux < >> [hidden email]> wrote: >> >>> Hi, >>> >>> Jenni, from ilscipio, suggested that <<we might want to add a big button: >>> "switch language to" on the start page of the admin pages. It is currently >>> Chinese and I would have no idea where to switch the settings>> >>> >>> Currently when you get to the demos through the official links from >>> http://ofbiz.apache.org/ you arrive on the main catalogue page, already >>> logged in. >>> So, for most of us, you indeed can't read the logout link at top right (or >>> bottom right depending on theme) if it's in a non occidental language, like >>> Chinese, Arab, you name it... >>> >>> Any ideas how we could handle that? I though about adding language links >>> in the site main page for the stable and old demos, but that would not work >>> for the trunk. Another possibility is to handle it in OFBiz itself, but I >>> don't like much this idea: you would need to maintain a list of non >>> occidental languages and it's does not make much sense in an enterprise day >>> to day business. >>> >>> Thanks for your ideas >>> >>> Jacques >>> >>> >>> >>> >>> > > |
+1
We can force locale to be en. This is something needs action for sure, I have most of the times found demos set to Chinese and found it difficult to change the language :) Best regards, Pranay Pandey HotWax Systems http://www.hotwaxsystems.com/ On Thu, Jun 9, 2016 at 11:10 PM, Jacques Le Roux < [hidden email]> wrote: > It seems to me that you all answered to Jenni's question, not mine :) > > She spoke about "the start page of the admin pages." I don't know what it > is exactly, because, from the site page by default demos get to the > catalogue main page! > > So let me rephrase it. I don't want to change OFBiz OOTB for that. For me > it's OK as is. What I want is a mean to allow demos user to easily switch > to a language readable for them. And we suppose English is readable for all > users. > > Nicolas suggested > > <<we can force admin on English>> > > That's would be perfect. We have already these parameters on the demos > links: > > main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y > > So we would like something as simple as > > main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y&newLocale=en > > Which of course does not work currently (needs > setSessionLocale?newLocale=en) > > See? If we agree on the principle we could create a Jira and set it > > Thanks > > Jacques > > > > Le 09/06/2016 à 14:14, Julien NICOLAS a écrit : > >> +1 >> >> On 09/06/2016 13:53, Pierre Smits wrote: >> >>> Introduce more actors (accounts could be the most simple solution) with >>> preferences defined in demo data, eg: >>> admin-CS - Chinese >>> admin-FR - French >>> >>> And just do the top 5 (country-wise) from the overview of our adopters. >>> And >>> if any more are needed, just let the contributors for the additional >>> countries provide patches to the demo data set. >>> >>> Best regards, >>> >>> >>> Pierre Smits >>> >>> ORRTIZ.COM <http://www.orrtiz.com> >>> OFBiz based solutions & services >>> >>> OFBiz Extensions Marketplace >>> http://oem.ofbizci.net/oci-2/ >>> >>> On Thu, Jun 9, 2016 at 10:36 AM, Jacques Le Roux < >>> [hidden email]> wrote: >>> >>> Hi, >>>> >>>> Jenni, from ilscipio, suggested that <<we might want to add a big >>>> button: >>>> "switch language to" on the start page of the admin pages. It is >>>> currently >>>> Chinese and I would have no idea where to switch the settings>> >>>> >>>> Currently when you get to the demos through the official links from >>>> http://ofbiz.apache.org/ you arrive on the main catalogue page, already >>>> logged in. >>>> So, for most of us, you indeed can't read the logout link at top right >>>> (or >>>> bottom right depending on theme) if it's in a non occidental language, >>>> like >>>> Chinese, Arab, you name it... >>>> >>>> Any ideas how we could handle that? I though about adding language links >>>> in the site main page for the stable and old demos, but that would not >>>> work >>>> for the trunk. Another possibility is to handle it in OFBiz itself, but >>>> I >>>> don't like much this idea: you would need to maintain a list of non >>>> occidental languages and it's does not make much sense in an enterprise >>>> day >>>> to day business. >>>> >>>> Thanks for your ideas >>>> >>>> Jacques >>>> >>>> >>>> >>>> >>>> >>>> >> >> > |
I think we can add locale drop -down on login form.
During login we can select language default en will be selected. It will help in timzone conversion for date field as well. We have locale field in user login entity which is used in timeZone conversion. Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com On Fri, Jun 10, 2016 at 10:45 AM, Pranay Pandey < [hidden email]> wrote: > +1 > > We can force locale to be en. > > This is something needs action for sure, I have most of the times found > demos set to Chinese and found it difficult to change the language :) > > Best regards, > > Pranay Pandey > HotWax Systems > http://www.hotwaxsystems.com/ > > On Thu, Jun 9, 2016 at 11:10 PM, Jacques Le Roux < > [hidden email]> wrote: > > > It seems to me that you all answered to Jenni's question, not mine :) > > > > She spoke about "the start page of the admin pages." I don't know what it > > is exactly, because, from the site page by default demos get to the > > catalogue main page! > > > > So let me rephrase it. I don't want to change OFBiz OOTB for that. For me > > it's OK as is. What I want is a mean to allow demos user to easily switch > > to a language readable for them. And we suppose English is readable for > all > > users. > > > > Nicolas suggested > > > > <<we can force admin on English>> > > > > That's would be perfect. We have already these parameters on the demos > > links: > > > > main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y > > > > So we would like something as simple as > > > > main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y&newLocale=en > > > > Which of course does not work currently (needs > > setSessionLocale?newLocale=en) > > > > See? If we agree on the principle we could create a Jira and set it > > > > Thanks > > > > Jacques > > > > > > > > Le 09/06/2016 à 14:14, Julien NICOLAS a écrit : > > > >> +1 > >> > >> On 09/06/2016 13:53, Pierre Smits wrote: > >> > >>> Introduce more actors (accounts could be the most simple solution) with > >>> preferences defined in demo data, eg: > >>> admin-CS - Chinese > >>> admin-FR - French > >>> > >>> And just do the top 5 (country-wise) from the overview of our adopters. > >>> And > >>> if any more are needed, just let the contributors for the additional > >>> countries provide patches to the demo data set. > >>> > >>> Best regards, > >>> > >>> > >>> Pierre Smits > >>> > >>> ORRTIZ.COM <http://www.orrtiz.com> > >>> OFBiz based solutions & services > >>> > >>> OFBiz Extensions Marketplace > >>> http://oem.ofbizci.net/oci-2/ > >>> > >>> On Thu, Jun 9, 2016 at 10:36 AM, Jacques Le Roux < > >>> [hidden email]> wrote: > >>> > >>> Hi, > >>>> > >>>> Jenni, from ilscipio, suggested that <<we might want to add a big > >>>> button: > >>>> "switch language to" on the start page of the admin pages. It is > >>>> currently > >>>> Chinese and I would have no idea where to switch the settings>> > >>>> > >>>> Currently when you get to the demos through the official links from > >>>> http://ofbiz.apache.org/ you arrive on the main catalogue page, > already > >>>> logged in. > >>>> So, for most of us, you indeed can't read the logout link at top right > >>>> (or > >>>> bottom right depending on theme) if it's in a non occidental language, > >>>> like > >>>> Chinese, Arab, you name it... > >>>> > >>>> Any ideas how we could handle that? I though about adding language > links > >>>> in the site main page for the stable and old demos, but that would not > >>>> work > >>>> for the trunk. Another possibility is to handle it in OFBiz itself, > but > >>>> I > >>>> don't like much this idea: you would need to maintain a list of non > >>>> occidental languages and it's does not make much sense in an > enterprise > >>>> day > >>>> to day business. > >>>> > >>>> Thanks for your ideas > >>>> > >>>> Jacques > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >> > >> > > > |
I messed up answer, Here is my answer:
I think we can add locale drop -down on login form. During login we can select language default will be en. We have locale field in user login entity we can set locale. Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com On Fri, Jun 10, 2016 at 11:17 AM, Deepak Dixit < [hidden email]> wrote: > I think we can add locale drop -down on login form. > During login we can select language default en will be selected. It will > help in timzone conversion for date field as well. We have locale field in > user login entity which is used in timeZone conversion. > > Thanks & Regards > -- > Deepak Dixit > www.hotwaxsystems.com > > On Fri, Jun 10, 2016 at 10:45 AM, Pranay Pandey < > [hidden email]> wrote: > >> +1 >> >> We can force locale to be en. >> >> This is something needs action for sure, I have most of the times found >> demos set to Chinese and found it difficult to change the language :) >> >> Best regards, >> >> Pranay Pandey >> HotWax Systems >> http://www.hotwaxsystems.com/ >> >> On Thu, Jun 9, 2016 at 11:10 PM, Jacques Le Roux < >> [hidden email]> wrote: >> >> > It seems to me that you all answered to Jenni's question, not mine :) >> > >> > She spoke about "the start page of the admin pages." I don't know what >> it >> > is exactly, because, from the site page by default demos get to the >> > catalogue main page! >> > >> > So let me rephrase it. I don't want to change OFBiz OOTB for that. For >> me >> > it's OK as is. What I want is a mean to allow demos user to easily >> switch >> > to a language readable for them. And we suppose English is readable for >> all >> > users. >> > >> > Nicolas suggested >> > >> > <<we can force admin on English>> >> > >> > That's would be perfect. We have already these parameters on the demos >> > links: >> > >> > main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y >> > >> > So we would like something as simple as >> > >> > main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y&newLocale=en >> > >> > Which of course does not work currently (needs >> > setSessionLocale?newLocale=en) >> > >> > See? If we agree on the principle we could create a Jira and set it >> > >> > Thanks >> > >> > Jacques >> > >> > >> > >> > Le 09/06/2016 à 14:14, Julien NICOLAS a écrit : >> > >> >> +1 >> >> >> >> On 09/06/2016 13:53, Pierre Smits wrote: >> >> >> >>> Introduce more actors (accounts could be the most simple solution) >> with >> >>> preferences defined in demo data, eg: >> >>> admin-CS - Chinese >> >>> admin-FR - French >> >>> >> >>> And just do the top 5 (country-wise) from the overview of our >> adopters. >> >>> And >> >>> if any more are needed, just let the contributors for the additional >> >>> countries provide patches to the demo data set. >> >>> >> >>> Best regards, >> >>> >> >>> >> >>> Pierre Smits >> >>> >> >>> ORRTIZ.COM <http://www.orrtiz.com> >> >>> OFBiz based solutions & services >> >>> >> >>> OFBiz Extensions Marketplace >> >>> http://oem.ofbizci.net/oci-2/ >> >>> >> >>> On Thu, Jun 9, 2016 at 10:36 AM, Jacques Le Roux < >> >>> [hidden email]> wrote: >> >>> >> >>> Hi, >> >>>> >> >>>> Jenni, from ilscipio, suggested that <<we might want to add a big >> >>>> button: >> >>>> "switch language to" on the start page of the admin pages. It is >> >>>> currently >> >>>> Chinese and I would have no idea where to switch the settings>> >> >>>> >> >>>> Currently when you get to the demos through the official links from >> >>>> http://ofbiz.apache.org/ you arrive on the main catalogue page, >> already >> >>>> logged in. >> >>>> So, for most of us, you indeed can't read the logout link at top >> right >> >>>> (or >> >>>> bottom right depending on theme) if it's in a non occidental >> language, >> >>>> like >> >>>> Chinese, Arab, you name it... >> >>>> >> >>>> Any ideas how we could handle that? I though about adding language >> links >> >>>> in the site main page for the stable and old demos, but that would >> not >> >>>> work >> >>>> for the trunk. Another possibility is to handle it in OFBiz itself, >> but >> >>>> I >> >>>> don't like much this idea: you would need to maintain a list of non >> >>>> occidental languages and it's does not make much sense in an >> enterprise >> >>>> day >> >>>> to day business. >> >>>> >> >>>> Thanks for your ideas >> >>>> >> >>>> Jacques >> >>>> >> >>>> >> >>>> >> >>>> >> >>>> >> >>>> >> >> >> >> >> > >> > > |
Administrator
|
Le 10/06/2016 à 07:52, Deepak Dixit a écrit :
> I messed up answer, Here is my answer: > > I think we can add locale drop -down on login form. If you come from the site main page (that's the official way, you might also copy the link somewhere, I do that: one redirection less), you don't see the login page. Anyway on the login page there is a link to languages ;) > During login we can > select language default will be en. We have locale field in user login > entity we can set locale. Mmm, we want that only for demos... Out of demos, people will prefer that to depend on their user pref. Jacques > > Thanks & Regards > -- > Deepak Dixit > www.hotwaxsystems.com > > On Fri, Jun 10, 2016 at 11:17 AM, Deepak Dixit < > [hidden email]> wrote: > >> I think we can add locale drop -down on login form. >> During login we can select language default en will be selected. It will >> help in timzone conversion for date field as well. We have locale field in >> user login entity which is used in timeZone conversion. >> >> Thanks & Regards >> -- >> Deepak Dixit >> www.hotwaxsystems.com >> >> On Fri, Jun 10, 2016 at 10:45 AM, Pranay Pandey < >> [hidden email]> wrote: >> >>> +1 >>> >>> We can force locale to be en. >>> >>> This is something needs action for sure, I have most of the times found >>> demos set to Chinese and found it difficult to change the language :) >>> >>> Best regards, >>> >>> Pranay Pandey >>> HotWax Systems >>> http://www.hotwaxsystems.com/ >>> >>> On Thu, Jun 9, 2016 at 11:10 PM, Jacques Le Roux < >>> [hidden email]> wrote: >>> >>>> It seems to me that you all answered to Jenni's question, not mine :) >>>> >>>> She spoke about "the start page of the admin pages." I don't know what >>> it >>>> is exactly, because, from the site page by default demos get to the >>>> catalogue main page! >>>> >>>> So let me rephrase it. I don't want to change OFBiz OOTB for that. For >>> me >>>> it's OK as is. What I want is a mean to allow demos user to easily >>> switch >>>> to a language readable for them. And we suppose English is readable for >>> all >>>> users. >>>> >>>> Nicolas suggested >>>> >>>> <<we can force admin on English>> >>>> >>>> That's would be perfect. We have already these parameters on the demos >>>> links: >>>> >>>> main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y >>>> >>>> So we would like something as simple as >>>> >>>> main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y&newLocale=en >>>> >>>> Which of course does not work currently (needs >>>> setSessionLocale?newLocale=en) >>>> >>>> See? If we agree on the principle we could create a Jira and set it >>>> >>>> Thanks >>>> >>>> Jacques >>>> >>>> >>>> >>>> Le 09/06/2016 à 14:14, Julien NICOLAS a écrit : >>>> >>>>> +1 >>>>> >>>>> On 09/06/2016 13:53, Pierre Smits wrote: >>>>> >>>>>> Introduce more actors (accounts could be the most simple solution) >>> with >>>>>> preferences defined in demo data, eg: >>>>>> admin-CS - Chinese >>>>>> admin-FR - French >>>>>> >>>>>> And just do the top 5 (country-wise) from the overview of our >>> adopters. >>>>>> And >>>>>> if any more are needed, just let the contributors for the additional >>>>>> countries provide patches to the demo data set. >>>>>> >>>>>> Best regards, >>>>>> >>>>>> >>>>>> Pierre Smits >>>>>> >>>>>> ORRTIZ.COM <http://www.orrtiz.com> >>>>>> OFBiz based solutions & services >>>>>> >>>>>> OFBiz Extensions Marketplace >>>>>> http://oem.ofbizci.net/oci-2/ >>>>>> >>>>>> On Thu, Jun 9, 2016 at 10:36 AM, Jacques Le Roux < >>>>>> [hidden email]> wrote: >>>>>> >>>>>> Hi, >>>>>>> Jenni, from ilscipio, suggested that <<we might want to add a big >>>>>>> button: >>>>>>> "switch language to" on the start page of the admin pages. It is >>>>>>> currently >>>>>>> Chinese and I would have no idea where to switch the settings>> >>>>>>> >>>>>>> Currently when you get to the demos through the official links from >>>>>>> http://ofbiz.apache.org/ you arrive on the main catalogue page, >>> already >>>>>>> logged in. >>>>>>> So, for most of us, you indeed can't read the logout link at top >>> right >>>>>>> (or >>>>>>> bottom right depending on theme) if it's in a non occidental >>> language, >>>>>>> like >>>>>>> Chinese, Arab, you name it... >>>>>>> >>>>>>> Any ideas how we could handle that? I though about adding language >>> links >>>>>>> in the site main page for the stable and old demos, but that would >>> not >>>>>>> work >>>>>>> for the trunk. Another possibility is to handle it in OFBiz itself, >>> but >>>>>>> I >>>>>>> don't like much this idea: you would need to maintain a list of non >>>>>>> occidental languages and it's does not make much sense in an >>> enterprise >>>>>>> day >>>>>>> to day business. >>>>>>> >>>>>>> Thanks for your ideas >>>>>>> >>>>>>> Jacques >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>> >> |
On 10/06/2016 09:04, Jacques Le Roux wrote: > Le 10/06/2016 à 07:52, Deepak Dixit a écrit : >> I messed up answer, Here is my answer: >> >> I think we can add locale drop -down on login form. > > If you come from the site main page (that's the official way, you > might also copy the link somewhere, I do that: one redirection less), > you don't see the login page. Anyway on the login page there is a link > to languages ;) > >> During login we can >> select language default will be en. We have locale field in user login >> entity we can set locale. > > Mmm, we want that only for demos... Out of demos, people will prefer > that to depend on their user pref. time > > Jacques > >> >> Thanks & Regards >> -- >> Deepak Dixit >> www.hotwaxsystems.com >> >> On Fri, Jun 10, 2016 at 11:17 AM, Deepak Dixit < >> [hidden email]> wrote: >> >>> I think we can add locale drop -down on login form. >>> During login we can select language default en will be selected. It >>> will >>> help in timzone conversion for date field as well. We have locale >>> field in >>> user login entity which is used in timeZone conversion. >>> >>> Thanks & Regards >>> -- >>> Deepak Dixit >>> www.hotwaxsystems.com >>> >>> On Fri, Jun 10, 2016 at 10:45 AM, Pranay Pandey < >>> [hidden email]> wrote: >>> >>>> +1 >>>> >>>> We can force locale to be en. >>>> >>>> This is something needs action for sure, I have most of the times >>>> found >>>> demos set to Chinese and found it difficult to change the language :) >>>> >>>> Best regards, >>>> >>>> Pranay Pandey >>>> HotWax Systems >>>> http://www.hotwaxsystems.com/ >>>> >>>> On Thu, Jun 9, 2016 at 11:10 PM, Jacques Le Roux < >>>> [hidden email]> wrote: >>>> >>>>> It seems to me that you all answered to Jenni's question, not mine :) >>>>> >>>>> She spoke about "the start page of the admin pages." I don't know >>>>> what >>>> it >>>>> is exactly, because, from the site page by default demos get to the >>>>> catalogue main page! >>>>> >>>>> So let me rephrase it. I don't want to change OFBiz OOTB for that. >>>>> For >>>> me >>>>> it's OK as is. What I want is a mean to allow demos user to easily >>>> switch >>>>> to a language readable for them. And we suppose English is >>>>> readable for >>>> all >>>>> users. >>>>> >>>>> Nicolas suggested >>>>> >>>>> <<we can force admin on English>> >>>>> >>>>> That's would be perfect. We have already these parameters on the >>>>> demos >>>>> links: >>>>> >>>>> main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y >>>>> >>>>> So we would like something as simple as >>>>> >>>>> main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y&newLocale=en >>>>> >>>>> Which of course does not work currently (needs >>>>> setSessionLocale?newLocale=en) >>>>> >>>>> See? If we agree on the principle we could create a Jira and set it >>>>> >>>>> Thanks >>>>> >>>>> Jacques >>>>> >>>>> >>>>> >>>>> Le 09/06/2016 à 14:14, Julien NICOLAS a écrit : >>>>> >>>>>> +1 >>>>>> >>>>>> On 09/06/2016 13:53, Pierre Smits wrote: >>>>>> >>>>>>> Introduce more actors (accounts could be the most simple solution) >>>> with >>>>>>> preferences defined in demo data, eg: >>>>>>> admin-CS - Chinese >>>>>>> admin-FR - French >>>>>>> >>>>>>> And just do the top 5 (country-wise) from the overview of our >>>> adopters. >>>>>>> And >>>>>>> if any more are needed, just let the contributors for the >>>>>>> additional >>>>>>> countries provide patches to the demo data set. >>>>>>> >>>>>>> Best regards, >>>>>>> >>>>>>> >>>>>>> Pierre Smits >>>>>>> >>>>>>> ORRTIZ.COM <http://www.orrtiz.com> >>>>>>> OFBiz based solutions & services >>>>>>> >>>>>>> OFBiz Extensions Marketplace >>>>>>> http://oem.ofbizci.net/oci-2/ >>>>>>> >>>>>>> On Thu, Jun 9, 2016 at 10:36 AM, Jacques Le Roux < >>>>>>> [hidden email]> wrote: >>>>>>> >>>>>>> Hi, >>>>>>>> Jenni, from ilscipio, suggested that <<we might want to add a big >>>>>>>> button: >>>>>>>> "switch language to" on the start page of the admin pages. It is >>>>>>>> currently >>>>>>>> Chinese and I would have no idea where to switch the settings>> >>>>>>>> >>>>>>>> Currently when you get to the demos through the official links >>>>>>>> from >>>>>>>> http://ofbiz.apache.org/ you arrive on the main catalogue page, >>>> already >>>>>>>> logged in. >>>>>>>> So, for most of us, you indeed can't read the logout link at top >>>> right >>>>>>>> (or >>>>>>>> bottom right depending on theme) if it's in a non occidental >>>> language, >>>>>>>> like >>>>>>>> Chinese, Arab, you name it... >>>>>>>> >>>>>>>> Any ideas how we could handle that? I though about adding language >>>> links >>>>>>>> in the site main page for the stable and old demos, but that would >>>> not >>>>>>>> work >>>>>>>> for the trunk. Another possibility is to handle it in OFBiz >>>>>>>> itself, >>>> but >>>>>>>> I >>>>>>>> don't like much this idea: you would need to maintain a list of >>>>>>>> non >>>>>>>> occidental languages and it's does not make much sense in an >>>> enterprise >>>>>>>> day >>>>>>>> to day business. >>>>>>>> >>>>>>>> Thanks for your ideas >>>>>>>> >>>>>>>> Jacques >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>> >>> > |
In reply to this post by Jacques Le Roux
On 09/06/2016 19:40, Jacques Le Roux wrote: > It seems to me that you all answered to Jenni's question, not mine :) > > She spoke about "the start page of the admin pages." I don't know what > it is exactly, because, from the site page by default demos get to the > catalogue main page! > > So let me rephrase it. I don't want to change OFBiz OOTB for that. For > me it's OK as is. What I want is a mean to allow demos user to easily > switch to a language readable for them. And we suppose English is > readable for all users. > > Nicolas suggested > > <<we can force admin on English>> > > That's would be perfect. We have already these parameters on the demos > links: > > main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y > > So we would like something as simple as > > main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y&newLocale=en > > Which of course does not work currently (needs > setSessionLocale?newLocale=en) > > See? If we agree on the principle we could create a Jira and set it +1 > > Thanks > > Jacques > > > Le 09/06/2016 à 14:14, Julien NICOLAS a écrit : >> +1 >> >> On 09/06/2016 13:53, Pierre Smits wrote: >>> Introduce more actors (accounts could be the most simple solution) with >>> preferences defined in demo data, eg: >>> admin-CS - Chinese >>> admin-FR - French >>> >>> And just do the top 5 (country-wise) from the overview of our >>> adopters. And >>> if any more are needed, just let the contributors for the additional >>> countries provide patches to the demo data set. >>> >>> Best regards, >>> >>> >>> Pierre Smits >>> >>> ORRTIZ.COM <http://www.orrtiz.com> >>> OFBiz based solutions & services >>> >>> OFBiz Extensions Marketplace >>> http://oem.ofbizci.net/oci-2/ >>> >>> On Thu, Jun 9, 2016 at 10:36 AM, Jacques Le Roux < >>> [hidden email]> wrote: >>> >>>> Hi, >>>> >>>> Jenni, from ilscipio, suggested that <<we might want to add a big >>>> button: >>>> "switch language to" on the start page of the admin pages. It is >>>> currently >>>> Chinese and I would have no idea where to switch the settings>> >>>> >>>> Currently when you get to the demos through the official links from >>>> http://ofbiz.apache.org/ you arrive on the main catalogue page, >>>> already >>>> logged in. >>>> So, for most of us, you indeed can't read the logout link at top >>>> right (or >>>> bottom right depending on theme) if it's in a non occidental >>>> language, like >>>> Chinese, Arab, you name it... >>>> >>>> Any ideas how we could handle that? I though about adding language >>>> links >>>> in the site main page for the stable and old demos, but that would >>>> not work >>>> for the trunk. Another possibility is to handle it in OFBiz itself, >>>> but I >>>> don't like much this idea: you would need to maintain a list of non >>>> occidental languages and it's does not make much sense in an >>>> enterprise day >>>> to day business. >>>> >>>> Thanks for your ideas >>>> >>>> Jacques >>>> >>>> >>>> >>>> >>>> >> >> > |
In reply to this post by Jacques Le Roux
Thanks Jacques, Make sense.
main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y&newLocale=en > +1 it looks good to me. Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com On Fri, Jun 10, 2016 at 12:34 PM, Jacques Le Roux < [hidden email]> wrote: > Le 10/06/2016 à 07:52, Deepak Dixit a écrit : > >> I messed up answer, Here is my answer: >> >> I think we can add locale drop -down on login form. >> > > If you come from the site main page (that's the official way, you might > also copy the link somewhere, I do that: one redirection less), you don't > see the login page. Anyway on the login page there is a link to languages ;) > > During login we can >> select language default will be en. We have locale field in user login >> entity we can set locale. >> > > Mmm, we want that only for demos... Out of demos, people will prefer that > to depend on their user pref. > > Jacques > > > >> Thanks & Regards >> -- >> Deepak Dixit >> www.hotwaxsystems.com >> >> On Fri, Jun 10, 2016 at 11:17 AM, Deepak Dixit < >> [hidden email]> wrote: >> >> I think we can add locale drop -down on login form. >>> During login we can select language default en will be selected. It will >>> help in timzone conversion for date field as well. We have locale field >>> in >>> user login entity which is used in timeZone conversion. >>> >>> Thanks & Regards >>> -- >>> Deepak Dixit >>> www.hotwaxsystems.com >>> >>> On Fri, Jun 10, 2016 at 10:45 AM, Pranay Pandey < >>> [hidden email]> wrote: >>> >>> +1 >>>> >>>> We can force locale to be en. >>>> >>>> This is something needs action for sure, I have most of the times found >>>> demos set to Chinese and found it difficult to change the language :) >>>> >>>> Best regards, >>>> >>>> Pranay Pandey >>>> HotWax Systems >>>> http://www.hotwaxsystems.com/ >>>> >>>> On Thu, Jun 9, 2016 at 11:10 PM, Jacques Le Roux < >>>> [hidden email]> wrote: >>>> >>>> It seems to me that you all answered to Jenni's question, not mine :) >>>>> >>>>> She spoke about "the start page of the admin pages." I don't know what >>>>> >>>> it >>>> >>>>> is exactly, because, from the site page by default demos get to the >>>>> catalogue main page! >>>>> >>>>> So let me rephrase it. I don't want to change OFBiz OOTB for that. For >>>>> >>>> me >>>> >>>>> it's OK as is. What I want is a mean to allow demos user to easily >>>>> >>>> switch >>>> >>>>> to a language readable for them. And we suppose English is readable for >>>>> >>>> all >>>> >>>>> users. >>>>> >>>>> Nicolas suggested >>>>> >>>>> <<we can force admin on English>> >>>>> >>>>> That's would be perfect. We have already these parameters on the demos >>>>> links: >>>>> >>>>> main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y >>>>> >>>>> So we would like something as simple as >>>>> >>>>> main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y&newLocale=en >>>>> >>>>> Which of course does not work currently (needs >>>>> setSessionLocale?newLocale=en) >>>>> >>>>> See? If we agree on the principle we could create a Jira and set it >>>>> >>>>> Thanks >>>>> >>>>> Jacques >>>>> >>>>> >>>>> >>>>> Le 09/06/2016 à 14:14, Julien NICOLAS a écrit : >>>>> >>>>> +1 >>>>>> >>>>>> On 09/06/2016 13:53, Pierre Smits wrote: >>>>>> >>>>>> Introduce more actors (accounts could be the most simple solution) >>>>>>> >>>>>> with >>>> >>>>> preferences defined in demo data, eg: >>>>>>> admin-CS - Chinese >>>>>>> admin-FR - French >>>>>>> >>>>>>> And just do the top 5 (country-wise) from the overview of our >>>>>>> >>>>>> adopters. >>>> >>>>> And >>>>>>> if any more are needed, just let the contributors for the additional >>>>>>> countries provide patches to the demo data set. >>>>>>> >>>>>>> Best regards, >>>>>>> >>>>>>> >>>>>>> Pierre Smits >>>>>>> >>>>>>> ORRTIZ.COM <http://www.orrtiz.com> >>>>>>> OFBiz based solutions & services >>>>>>> >>>>>>> OFBiz Extensions Marketplace >>>>>>> http://oem.ofbizci.net/oci-2/ >>>>>>> >>>>>>> On Thu, Jun 9, 2016 at 10:36 AM, Jacques Le Roux < >>>>>>> [hidden email]> wrote: >>>>>>> >>>>>>> Hi, >>>>>>> >>>>>>>> Jenni, from ilscipio, suggested that <<we might want to add a big >>>>>>>> button: >>>>>>>> "switch language to" on the start page of the admin pages. It is >>>>>>>> currently >>>>>>>> Chinese and I would have no idea where to switch the settings>> >>>>>>>> >>>>>>>> Currently when you get to the demos through the official links from >>>>>>>> http://ofbiz.apache.org/ you arrive on the main catalogue page, >>>>>>>> >>>>>>> already >>>> >>>>> logged in. >>>>>>>> So, for most of us, you indeed can't read the logout link at top >>>>>>>> >>>>>>> right >>>> >>>>> (or >>>>>>>> bottom right depending on theme) if it's in a non occidental >>>>>>>> >>>>>>> language, >>>> >>>>> like >>>>>>>> Chinese, Arab, you name it... >>>>>>>> >>>>>>>> Any ideas how we could handle that? I though about adding language >>>>>>>> >>>>>>> links >>>> >>>>> in the site main page for the stable and old demos, but that would >>>>>>>> >>>>>>> not >>>> >>>>> work >>>>>>>> for the trunk. Another possibility is to handle it in OFBiz itself, >>>>>>>> >>>>>>> but >>>> >>>>> I >>>>>>>> don't like much this idea: you would need to maintain a list of non >>>>>>>> occidental languages and it's does not make much sense in an >>>>>>>> >>>>>>> enterprise >>>> >>>>> day >>>>>>>> to day business. >>>>>>>> >>>>>>>> Thanks for your ideas >>>>>>>> >>>>>>>> Jacques >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>> >>> > |
Free forum by Nabble | Edit this page |