I've attached the strings_de.xml (also it probably would be better to do this on transiflex... )
Agree
I've attached the strings_de.xml (also it probably would be better to do this on transiflex... )
I have never heard about Transiflex. Could somebody explain me what it is and how translations should be handled basically?I've attached the strings_de.xml (also it probably would be better to do this on transiflex... )
Agree
I'm not sure how this is working exactly any more...
select distinct videoencoding from m_videoitem order by 1
AVC
DivX 5
MPEG-2 Video
Sorenson H263
V_MPEGH/ISO/HEVC
XviD
select distinct audioencoding from m_videoitem order by 1
AAC LC
AAC LC, AC3
AC3
AC3, DTS
AC3, MP3
AC3, Vorbis
DTS
DTS, AC3
MP2
MP3
MPEG-1 Audio layer 2
MPEG-1 Audio layer 2, AC3
MPEG-1 Audio layer 2, AC3, AC3+
<Image Grid.Row="1" Grid.Column="0" HorizontalAlignment="Center" VerticalAlignment="Stretch" Stretch="Uniform" Width="300" >
<Image.Source>
<Binding Path="VideoEncoding" Converter="{StaticResource SafeFilenameConverter}" ConverterParameter="{}Medialogos\video\{0}.png"/>
</Image.Source>
</Image>
<ListView Grid.Row="1" Grid.RowSpan="5" Grid.Column="2" x:Name="AudioLanguageList" ItemsSource="{Binding Path=AudioEncoding, Converter={StaticResource StringSplitConverter}}"
HorizontalAlignment="Center" VerticalAlignment="Stretch"
Style="{ThemeResource AudioEncodingListViewStyle}" Margin="10,5,10,5" />
Sure, I can do. But it might be difficult until tomorrow evening I'll move to another apartment and have to do lot of paper work with there location service after work. I'll try tonight, but need to convince my wife later@ge2301: I already added an example ListViewStyle for AudioEncodings, can you try to add it in a good way to CP screen?