Hi. To change the language check this: http://wiki.openbravo.com/wiki/index.php/User_Manual_2.3#Setting_Your_Preferences
As for the default language in a new client, there is a problem. The new client doesn't have any default value for the language. So it executes DefaultOptionsData.getDefaultLanguage(). Seeing this query in src/org/openbravo/base/secureApp/DefaultOptions_data.xsql, it takes the first active language with the condition to also be a system language. The English (en_US) is not a system language but a base language. Therefore it probably has selected Spanish (es_ES) in your case. This looks like a bug to me. But other than changing the query, I would rather default it to en_US. Because every Openbravo installation has it and because it's simpler. I've opened a ticket [1] in sourceforge. Juan Pablo [1] http://sourceforge.net/tracker/index.php?func=detail&aid=1885766&group_id=162271&atid=823129 On 19:45 Sun 03 Feb , Pranay Joshi wrote: > Hello Openbravo team, > I have created new client using Initial client setup , For the Account > file I have given one of the file that was available on source forge site > . After logging in to openbravo using the new client Admin I found that > the language was not English , I trying to change the default language , > But i did not find any way to do that can you please help to change the > default language to English > > I have used Currency as Indian Rupee and country as India . > Is giving Account file results in language change ? > > Regards, > Pranay > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Openbravo-development mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/openbravo-development ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Openbravo-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-development
