Showing posts with label language. Show all posts
Showing posts with label language. Show all posts

Wednesday, March 28, 2012

How to create locialized report?

I know the language displayed on reporting service is based on language preference on IE, so I have no porblem on that.

But, is there any method to control the report itself? Can I use a resource control thing? or anything else to control it? so that when IE is displaying Chinese big5, the reoprt header and column header can display Chinese big5, and it goes the same for English and so on

Many thx

Yes - You can change the STYLE properties for any element and set the culture field to whatever you want.

Friday, March 9, 2012

How to create a database that can support multiple language ?

Hi:
Is it possible to create a database and tables which can store
multiple language ? I need to create a table with a column that can
accept English, Chinese, Japan. Korea and Thai word.
Thanks
JCVoonyes.
Wei Xiao [MSFT]
SQL Server Storage Engine Development
http://weblogs.asp.net/weix
This posting is provided "AS IS" with no warranties, and confers no rights.
"JC Voon" <jcvoon_99@.yahoo.com> wrote in message
news:42228b35.7044749@.msnews.microsoft.com...
> Hi:
> Is it possible to create a database and tables which can store
> multiple language ? I need to create a table with a column that can
> accept English, Chinese, Japan. Korea and Thai word.
> Thanks
> JCVoon|||Wei Xiao :
Please tell me how...
Thanks
JCVoon

> Is it possible to create a database and tables which can store
> multiple language ? I need to create a table with a column that can
> accept English, Chinese, Japan. Korea and Thai word.|||Unicode is easist choice if it works for you.
If you just need store and retrieve these strings as opaque binary objects,
then you can use binary.
These articles might help:
http://msdn.microsoft.com/library/d...br />
6ttf.asp
http://msdn.microsoft.com/library/d...>
_04_6zp0.asp
Wei Xiao [MSFT]
SQL Server Storage Engine Development
http://weblogs.asp.net/weix
This posting is provided "AS IS" with no warranties, and confers no rights.
"JC Voon" <jcvoon_99@.yahoo.com> wrote in message
news:4225f10c.33116579@.msnews.microsoft.com...
> Wei Xiao :
> Please tell me how...
> Thanks
> JCVoon
>
>|||wei xiao:
Thank for the reply.
I've declare the field to use NVarChar, and it work for me now.
Do i still need to consider the Collation setting in both field or
database level ?
Thanks
JCVoon

>Unicode is easist choice if it works for you.
>If you just need store and retrieve these strings as opaque binary objects,
>then you can use binary.
>These articles might help:
>http://msdn.microsoft.com/library/d...r />
_6ttf.asp
>http://msdn.microsoft.com/library/d...zp
0.asp

How to create a database that can support multiple language ?

Hi:
Is it possible to create a database and tables which can store
multiple language ? I need to create a table with a column that can
accept English, Chinese, Japan. Korea and Thai word.
Thanks
JCVoon
yes.
Wei Xiao [MSFT]
SQL Server Storage Engine Development
http://weblogs.asp.net/weix
This posting is provided "AS IS" with no warranties, and confers no rights.
"JC Voon" <jcvoon_99@.yahoo.com> wrote in message
news:42228b35.7044749@.msnews.microsoft.com...
> Hi:
> Is it possible to create a database and tables which can store
> multiple language ? I need to create a table with a column that can
> accept English, Chinese, Japan. Korea and Thai word.
> Thanks
> JCVoon
|||Wei Xiao :
Please tell me how...
Thanks
JCVoon

> Is it possible to create a database and tables which can store
> multiple language ? I need to create a table with a column that can
> accept English, Chinese, Japan. Korea and Thai word.
|||Unicode is easist choice if it works for you.
If you just need store and retrieve these strings as opaque binary objects,
then you can use binary.
These articles might help:
http://msdn.microsoft.com/library/de...ar_da_6ttf.asp
http://msdn.microsoft.com/library/de...es_04_6zp0.asp
Wei Xiao [MSFT]
SQL Server Storage Engine Development
http://weblogs.asp.net/weix
This posting is provided "AS IS" with no warranties, and confers no rights.
"JC Voon" <jcvoon_99@.yahoo.com> wrote in message
news:4225f10c.33116579@.msnews.microsoft.com...
> Wei Xiao :
> Please tell me how...
> Thanks
> JCVoon
>
|||wei xiao:
Thank for the reply.
I've declare the field to use NVarChar, and it work for me now.
Do i still need to consider the Collation setting in both field or
database level ?
Thanks
JCVoon

>Unicode is easist choice if it works for you.
>If you just need store and retrieve these strings as opaque binary objects,
>then you can use binary.
>These articles might help:
>http://msdn.microsoft.com/library/de...ar_da_6ttf.asp
>http://msdn.microsoft.com/library/de...es_04_6zp0.asp

How to create a database that can support multiple language ?

Hi:
Is it possible to create a database and tables which can store
multiple language ? I need to create a table with a column that can
accept English, Chinese, Japan. Korea and Thai word.
Thanks
JCVoonyes.
--
Wei Xiao [MSFT]
SQL Server Storage Engine Development
http://weblogs.asp.net/weix
This posting is provided "AS IS" with no warranties, and confers no rights.
"JC Voon" <jcvoon_99@.yahoo.com> wrote in message
news:42228b35.7044749@.msnews.microsoft.com...
> Hi:
> Is it possible to create a database and tables which can store
> multiple language ? I need to create a table with a column that can
> accept English, Chinese, Japan. Korea and Thai word.
> Thanks
> JCVoon|||Wei Xiao :
Please tell me how...
Thanks
JCVoon
> Is it possible to create a database and tables which can store
> multiple language ? I need to create a table with a column that can
> accept English, Chinese, Japan. Korea and Thai word.|||Unicode is easist choice if it works for you.
If you just need store and retrieve these strings as opaque binary objects,
then you can use binary.
These articles might help:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/architec/8_ar_da_6ttf.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/createdb/cm_8_des_04_6zp0.asp
Wei Xiao [MSFT]
SQL Server Storage Engine Development
http://weblogs.asp.net/weix
This posting is provided "AS IS" with no warranties, and confers no rights.
"JC Voon" <jcvoon_99@.yahoo.com> wrote in message
news:4225f10c.33116579@.msnews.microsoft.com...
> Wei Xiao :
> Please tell me how...
> Thanks
> JCVoon
>> Is it possible to create a database and tables which can store
>> multiple language ? I need to create a table with a column that can
>> accept English, Chinese, Japan. Korea and Thai word.
>|||wei xiao:
Thank for the reply.
I've declare the field to use NVarChar, and it work for me now.
Do i still need to consider the Collation setting in both field or
database level ?
Thanks
JCVoon
>Unicode is easist choice if it works for you.
>If you just need store and retrieve these strings as opaque binary objects,
>then you can use binary.
>These articles might help:
>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/architec/8_ar_da_6ttf.asp
>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/createdb/cm_8_des_04_6zp0.asp