Re: localization tables in CS database

2013-05-21 Thread Mike Tutkowski
This is the file I'm aware of: client/WEB-INF/classes/resources/messages.properties I can't say I understand completely how L10N works in CS, but this properties file might be a good place for you to start. On Tue, May 21, 2013 at 10:28 PM, Adnan Ashraf < mohammad.adnan.ash...@gmail.com> wrote:

Re: localization tables in CS database

2013-05-21 Thread David Nalley
On Wed, May 22, 2013 at 12:28 AM, Adnan Ashraf wrote: > Hi, > > I would appreciate if anyone could point me to understand how cloudstack > schema model accommodates the localization strings within its database > tables. I am interested in understanding whether a central strings table is > used or

Re: localization tables in CS database

2013-05-21 Thread Mike Tutkowski
For example, I notice we seem to hard code English strings in the text of exceptions we throw. I've never tried to view these exceptions while running under a language other than English, but I somewhat doubt they are translated. On Tue, May 21, 2013 at 10:34 PM, Mike Tutkowski < mike.tutkow...@

localization tables in CS database

2013-05-21 Thread Adnan Ashraf
Hi, I would appreciate if anyone could point me to understand how cloudstack schema model accommodates the localization strings within its database tables. I am interested in understanding whether a central strings table is used or multiple tables are used for this purpose and how it grows over ti