@@ -128,107 +128,107 @@ await ConfigureWindows.GetImageInfoWindow.Dispatcher.InvokeAsync(() =>
128
128
title . SetValues ( TranslationHelper . GetTranslation ( "Title" ) , data . Value . Title , true ) ;
129
129
130
130
var subject = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 8 ] ;
131
- subject . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "Subject" ) ) , data . Value . Subject , true ) ;
131
+ subject . SetValues ( TranslationHelper . GetTranslation ( "Subject" ) , data . Value . Subject , true ) ;
132
132
133
133
var authorBox = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 9 ] ;
134
- authorBox . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "Authors" ) ) , data . Value . Authors , true ) ;
134
+ authorBox . SetValues ( TranslationHelper . GetTranslation ( "Authors" ) , data . Value . Authors , true ) ;
135
135
136
136
var dateTakenBox = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 19 ] ;
137
137
dateTakenBox . SetValues ( TranslationHelper . GetTranslation ( "DateTaken" ) , data . Value . DateTaken , true ) ;
138
138
139
139
var program = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 11 ] ;
140
- program . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "Software" ) ) , data . Value . Software , true ) ;
140
+ program . SetValues ( TranslationHelper . GetTranslation ( "Software" ) , data . Value . Software , true ) ;
141
141
142
142
var copyright = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 12 ] ;
143
- copyright . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "Copyright" ) ) , data . Value . Copyright , true ) ;
143
+ copyright . SetValues ( TranslationHelper . GetTranslation ( "Copyright" ) , data . Value . Copyright , true ) ;
144
144
145
145
// 13 == Image
146
146
var resolutionUnit = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 14 ] ;
147
- resolutionUnit . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "ResolutionUnit" ) ) , data . Value . ResolutionUnit , true ) ;
147
+ resolutionUnit . SetValues ( TranslationHelper . GetTranslation ( "ResolutionUnit" ) , data . Value . ResolutionUnit , true ) ;
148
148
149
149
var colorRepresentation = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 15 ] ;
150
- colorRepresentation . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "ColorRepresentation" ) ) , data . Value . ColorRepresentation , true ) ;
150
+ colorRepresentation . SetValues ( TranslationHelper . GetTranslation ( "ColorRepresentation" ) , data . Value . ColorRepresentation , true ) ;
151
151
152
152
var compression = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 16 ] ;
153
- compression . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "Compression" ) ) , data . Value . Compression , true ) ;
153
+ compression . SetValues ( TranslationHelper . GetTranslation ( "Compression" ) , data . Value . Compression , true ) ;
154
154
155
155
var compressionBits = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 17 ] ;
156
- compressionBits . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "CompressedBitsPixel" ) ) , data . Value . CompressedBitsPixel , true ) ;
156
+ compressionBits . SetValues ( TranslationHelper . GetTranslation ( "CompressedBitsPixel" ) , data . Value . CompressedBitsPixel , true ) ;
157
157
158
158
// 18 == Camera
159
159
var cameraMaker = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 19 ] ;
160
- cameraMaker . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "CameraMaker" ) ) , data . Value . CameraMaker , true ) ;
160
+ cameraMaker . SetValues ( TranslationHelper . GetTranslation ( "CameraMaker" ) , data . Value . CameraMaker , true ) ;
161
161
162
162
var cameraModel = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 20 ] ;
163
- cameraModel . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "CameraModel" ) ) , data . Value . CameraModel , true ) ;
163
+ cameraModel . SetValues ( TranslationHelper . GetTranslation ( "CameraModel" ) , data . Value . CameraModel , true ) ;
164
164
165
165
var fstop = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 21 ] ;
166
- fstop . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "Fstop" ) ) , data . Value . Fstop , true ) ;
166
+ fstop . SetValues ( TranslationHelper . GetTranslation ( "Fstop" ) , data . Value . Fstop , true ) ;
167
167
168
168
var exposure = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 22 ] ;
169
- exposure . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "ExposureTime" ) ) , data . Value . ExposureTime , true ) ;
169
+ exposure . SetValues ( TranslationHelper . GetTranslation ( "ExposureTime" ) , data . Value . ExposureTime , true ) ;
170
170
171
171
var isoSpeed = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 23 ] ;
172
- isoSpeed . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "ISOSpeed" ) ) , data . Value . ISOSpeed , true ) ;
172
+ isoSpeed . SetValues ( TranslationHelper . GetTranslation ( "ISOSpeed" ) , data . Value . ISOSpeed , true ) ;
173
173
174
174
var exposureBias = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 24 ] ;
175
- exposureBias . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "ExposureBias" ) ) , data . Value . ExposureBias , true ) ;
175
+ exposureBias . SetValues ( TranslationHelper . GetTranslation ( "ExposureBias" ) , data . Value . ExposureBias , true ) ;
176
176
177
177
var maxAperture = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 25 ] ;
178
- maxAperture . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "MaxAperture" ) ) , data . Value . MaxAperture , true ) ;
178
+ maxAperture . SetValues ( TranslationHelper . GetTranslation ( "MaxAperture" ) , data . Value . MaxAperture , true ) ;
179
179
180
180
var focal = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 26 ] ;
181
- focal . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "FocalLength" ) ) , data . Value . FocalLength , true ) ;
181
+ focal . SetValues ( TranslationHelper . GetTranslation ( "FocalLength" ) , data . Value . FocalLength , true ) ;
182
182
183
183
var flength35 = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 27 ] ;
184
- flength35 . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "FocalLength35mm" ) ) , data . Value . FocalLength35mm , true ) ;
184
+ flength35 . SetValues ( TranslationHelper . GetTranslation ( "FocalLength35mm" ) , data . Value . FocalLength35mm , true ) ;
185
185
186
186
var flashMode = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 28 ] ;
187
- flashMode . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "FlashMode" ) ) , data . Value . FlashMode , true ) ;
187
+ flashMode . SetValues ( TranslationHelper . GetTranslation ( "FlashMode" ) , data . Value . FlashMode , true ) ;
188
188
189
189
var flashEnergy = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 29 ] ;
190
- flashEnergy . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "FlashEnergy" ) ) , data . Value . FlashEnergy , true ) ;
190
+ flashEnergy . SetValues ( TranslationHelper . GetTranslation ( "FlashEnergy" ) , data . Value . FlashEnergy , true ) ;
191
191
192
192
var meteringMode = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 30 ] ;
193
- meteringMode . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "MeteringMode" ) ) , data . Value . MeteringMode , true ) ;
193
+ meteringMode . SetValues ( TranslationHelper . GetTranslation ( "MeteringMode" ) , data . Value . MeteringMode , true ) ;
194
194
195
195
// 31 == Film
196
196
var lensmaker = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 32 ] ;
197
- lensmaker . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "LensMaker" ) ) , data . Value . LensMaker , true ) ;
197
+ lensmaker . SetValues ( TranslationHelper . GetTranslation ( "LensMaker" ) , data . Value . LensMaker , true ) ;
198
198
199
199
var lensmodel = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 33 ] ;
200
- lensmodel . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "LensModel" ) ) , data . Value . LensModel , true ) ;
200
+ lensmodel . SetValues ( TranslationHelper . GetTranslation ( "LensModel" ) , data . Value . LensModel , true ) ;
201
201
202
202
var contrast = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 34 ] ;
203
- contrast . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "Contrast" ) ) , data . Value . Contrast , true ) ;
203
+ contrast . SetValues ( TranslationHelper . GetTranslation ( "Contrast" ) , data . Value . Contrast , true ) ;
204
204
205
205
var brightness = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 35 ] ;
206
- brightness . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "Brightness" ) ) , data . Value . Brightness , true ) ;
206
+ brightness . SetValues ( TranslationHelper . GetTranslation ( "Brightness" ) , data . Value . Brightness , true ) ;
207
207
208
208
var lightSource = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 36 ] ;
209
- lightSource . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "LightSource" ) ) , data . Value . LightSource , true ) ;
209
+ lightSource . SetValues ( TranslationHelper . GetTranslation ( "LightSource" ) , data . Value . LightSource , true ) ;
210
210
211
211
var exposureProgram = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 37 ] ;
212
- exposureProgram . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "ExposureProgram" ) ) , data . Value . ExposureProgram , true ) ;
212
+ exposureProgram . SetValues ( TranslationHelper . GetTranslation ( "ExposureProgram" ) , data . Value . ExposureProgram , true ) ;
213
213
214
214
var saturation = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 38 ] ;
215
- saturation . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "Saturation" ) ) , data . Value . Saturation , true ) ;
215
+ saturation . SetValues ( TranslationHelper . GetTranslation ( "Saturation" ) , data . Value . Saturation , true ) ;
216
216
217
217
var sharpness = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 39 ] ;
218
- sharpness . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "Sharpness" ) ) , data . Value . Sharpness , true ) ;
218
+ sharpness . SetValues ( TranslationHelper . GetTranslation ( "Sharpness" ) , data . Value . Sharpness , true ) ;
219
219
220
220
var whiteBalance = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 40 ] ;
221
- whiteBalance . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "WhiteBalance" ) ) , data . Value . WhiteBalance , true ) ;
221
+ whiteBalance . SetValues ( TranslationHelper . GetTranslation ( "WhiteBalance" ) , data . Value . WhiteBalance , true ) ;
222
222
223
223
var photometricInterpolation =
224
224
( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 41 ] ;
225
- photometricInterpolation . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "PhotometricInterpretation" ) ) , data . Value . PhotometricInterpretation , true ) ;
225
+ photometricInterpolation . SetValues ( TranslationHelper . GetTranslation ( "PhotometricInterpretation" ) , data . Value . PhotometricInterpretation , true ) ;
226
226
227
227
var digitalZoom = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 42 ] ;
228
- digitalZoom . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "DigitalZoom" ) ) , data . Value . DigitalZoom , true ) ;
228
+ digitalZoom . SetValues ( TranslationHelper . GetTranslation ( "DigitalZoom" ) , data . Value . DigitalZoom , true ) ;
229
229
230
230
var exifversion = ( TextBoxInfo ) ConfigureWindows . GetImageInfoWindow . ExifParent . Children [ 43 ] ;
231
- exifversion . SetValues ( TranslationHelper . GetTranslation ( TranslationHelper . GetTranslation ( "ExifVersion" ) ) , data . Value . ExifVersion , true ) ;
231
+ exifversion . SetValues ( TranslationHelper . GetTranslation ( "ExifVersion" ) , data . Value . ExifVersion , true ) ;
232
232
}
233
233
else
234
234
{
0 commit comments