<Grid.Resources> <Style TargetType="TextBox" x:Key="tbDanishStyle"> <Setter Property="Language" Value="da-DK" /> </Style> </Grid.Resources> <!--more code goes here--> <esri:FeatureDataForm x:Name="MyFeatureDataForm" TextBoxStyle="{StaticResource tbDanishStyle}" FeatureLayer="{Binding Path=Layers[PointLayer], ElementName=MyMap}" IsReadOnly="False" LabelPosition="Left" />
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.