On Wed, May 22, 2013 at 12:28 AM, Adnan Ashraf <mohammad.adnan.ash...@gmail.com> 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 multiple tables are used for this purpose and how it grows over > time. What are sizing implications in regards to performance if the strings > table becomes too large. > > Looking at the CS db, I couldn't find this information. > > > Adnan
Hi Adnan: There are no localization tables in the database (or if there are, it's news to me) The UI localization is here: https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=tree;f=client/WEB-INF/classes/resources;h=45c1cdd4b89d78f519533f30a73d23619abaeec4;hb=HEAD But if you want to participate in localization efforts - it's being handled via transifex here: https://www.transifex.com/projects/p/CloudStack_UI/ Hope this helps, --David