On Wed, Dec 18, 2013 at 11:47 AM, hemant pande <
hemant....@gmail.com> wrote:
> So far we're able to use most of the languages, but we need to test all the
> languages, we can support in our system and also give it in the release
> notes to the users as a part of Multi-language support. (we are using
> Couchbase for storing our localization documents).
If you are talking about human languages, and asking in how many
different languages is it possible to store date in couchbase, I can
tell that by default Couchbase server is using JSON to format your
data, which in turn is using Unicode to represent strings
http://json.org/
> A string is a sequence of zero or more Unicode characters, wrapped in double quotes, using backslash escapes. A character is represented as a single character string. A string is very much like a C or Java string.
--
Sergey Avseyev