You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Mike Tutkowski <mi...@solidfire.com> on 2013/07/11 07:50:30 UTC

Localization

Hi,

I was wondering if the GUI is the only component of CloudStack that is
localized?

It looks like we never localize anything in the Java codebase. That being
the case, error messages returned from the Java side to the client appear
in English only.

Does that sound correct?

Thanks!

-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Re: Localization

Posted by Mike Tutkowski <mi...@solidfire.com>.
OK - thanks!


On Thu, Jul 11, 2013 at 12:53 AM, Koushik Das <ko...@citrix.com>wrote:

> That's correct. Currently all messages are hard-coded in the Java code.
> First all these strings needs to be moved out to something like a 'resource
> file' and only then they can be localized.
>
> > -----Original Message-----
> > From: Mike Tutkowski [mailto:mike.tutkowski@solidfire.com]
> > Sent: Thursday, July 11, 2013 11:21 AM
> > To: dev@cloudstack.apache.org
> > Subject: Localization
> >
> > Hi,
> >
> > I was wondering if the GUI is the only component of CloudStack that is
> > localized?
> >
> > It looks like we never localize anything in the Java codebase. That
> being the
> > case, error messages returned from the Java side to the client appear in
> > English only.
> >
> > Does that sound correct?
> >
> > Thanks!
> >
> > --
> > *Mike Tutkowski*
> > *Senior CloudStack Developer, SolidFire Inc.*
> > e: mike.tutkowski@solidfire.com
> > o: 303.746.7302
> > Advancing the way the world uses the
> > cloud<http://solidfire.com/solution/overview/?video=play>
> > *(tm)*
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

RE: Localization

Posted by Koushik Das <ko...@citrix.com>.
That's correct. Currently all messages are hard-coded in the Java code. First all these strings needs to be moved out to something like a 'resource file' and only then they can be localized.

> -----Original Message-----
> From: Mike Tutkowski [mailto:mike.tutkowski@solidfire.com]
> Sent: Thursday, July 11, 2013 11:21 AM
> To: dev@cloudstack.apache.org
> Subject: Localization
> 
> Hi,
> 
> I was wondering if the GUI is the only component of CloudStack that is
> localized?
> 
> It looks like we never localize anything in the Java codebase. That being the
> case, error messages returned from the Java side to the client appear in
> English only.
> 
> Does that sound correct?
> 
> Thanks!
> 
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the
> cloud<http://solidfire.com/solution/overview/?video=play>
> *(tm)*