Menu

Localization

Agnar Renolen

Localization

The Localization element provides a way of language localization for the coordinate values. For example, the decimal separator may be different, and the North, East, West and South designators may be different.

Attributes

language

Allows you to provide a language description related to the localization. This attribute is just a comment and will be ignored.

decimal-separator

Default value is "."

north

Default value is "N"

east

Default value is "E"

west

Default value is "W"

south

Default value is "S".

Example

<Localization language="Norwegian" 
          decimal-separator="," 
          east="&#xd8;" 
          west="V" />

Related

Wiki: MapFrame

MongoDB Logo MongoDB