Commit 8838a2a4 authored by Claes Sjofors's avatar Claes Sjofors

Language enum values changed

parent 72ea8769
......@@ -36,7 +36,7 @@ SObject pwrb:Type
Body SysBody
Attr PgmName = "English"
Attr Text = "English"
Attr Value = 0
Attr Value = 45
EndBody
EndObject
!/**
......@@ -46,7 +46,7 @@ SObject pwrb:Type
Body SysBody
Attr PgmName = "Swedish"
Attr Text = "Swedish"
Attr Value = 1
Attr Value = 119
EndBody
EndObject
!/**
......@@ -56,7 +56,7 @@ SObject pwrb:Type
Body SysBody
Attr PgmName = "German"
Attr Text = "German"
Attr Value = 2
Attr Value = 31
EndBody
EndObject
!/**
......@@ -66,7 +66,7 @@ SObject pwrb:Type
Body SysBody
Attr PgmName = "French"
Attr Text = "French"
Attr Value = 3
Attr Value = 76
EndBody
EndObject
!/**
......@@ -76,7 +76,7 @@ SObject pwrb:Type
Body SysBody
Attr PgmName = "Chinese"
Attr Text = "Chinese"
Attr Value = 4
Attr Value = 132
EndBody
EndObject
EndObject
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment