Select to view content in your preferred language

Arcgis Server Object Extenstion SOE Localization

4743
3
02-05-2016 02:38 AM
HaiderFaheem
Deactivated User

Hello Everyone,

I have created a server object extension and its working fine i am getting only problem when i am trying to install it German system.the decimal point on German system is comma "," not decimal point "." so data is not parsed. could i change or define the localization of data communication is in US-EN or i have to check the data explicitly.or i have to change the localization setting of ArcGIS Server

Thanks

Tags (1)
0 Kudos
3 Replies
nicogis
MVP Alum

Can you give details where the code fails. Also in Italy there is comma decimal separator but I have no problem.

0 Kudos
RalfSchmidt
Occasional Contributor

You need to to specify that you do the parsing with the "InvariantCulture" as the "format provider" which uses a "." as decimal separator. Depending on what classes an methods you use for parsing this will look different.

0 Kudos
nicogis
MVP Alum

0 Kudos