File tree Expand file tree Collapse file tree 6 files changed +15
-3
lines changed Expand file tree Collapse file tree 6 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 112112 <system : String x : Key =" Hotkey" >Hotkey:</system : String >
113113 <system : String x : Key =" WorkingSetExclusions" >Working Set Exclusions</system : String >
114114 <system : String x : Key =" Add" >Add</system : String >
115+ <system : String x : Key =" Theme" >Theme</system : String >
115116 <system : String x : Key =" Style" >Style:</system : String >
116117 <system : String x : Key =" MetroBrushString" >Metro brush:</system : String >
117118 <system : String x : Key =" BorderThickness" >Border thickness:</system : String >
Original file line number Diff line number Diff line change 112112 <system : String x : Key =" Hotkey" >Atajo de teclado:</system : String >
113113 <system : String x : Key =" WorkingSetExclusions" >Exclusiones del Conjunto de Trabajo</system : String >
114114 <system : String x : Key =" Add" >Añadir</system : String >
115+ <system : String x : Key =" Theme" >Tema</system : String >
115116 <system : String x : Key =" Style" >Estilo:</system : String >
116117 <system : String x : Key =" MetroBrushString" >Brocha de Metro:</system : String >
117118 <system : String x : Key =" BorderThickness" >Ancho del borde:</system : String >
Original file line number Diff line number Diff line change 112112 <system : String x : Key =" Hotkey" >Atallo de teclado:</system : String >
113113 <system : String x : Key =" WorkingSetExclusions" >Exclusións de Conxuntos de Traballo</system : String >
114114 <system : String x : Key =" Add" >Engadir</system : String >
115+ <system : String x : Key =" Theme" >Tema</system : String >
115116 <system : String x : Key =" Style" >Estilo:</system : String >
116117 <system : String x : Key =" MetroBrushString" >Brocha de Metro:</system : String >
117118 <system : String x : Key =" BorderThickness" >Largura do bordo:</system : String >
Original file line number Diff line number Diff line change 111111 <system : String x : Key =" ClearClipboard" >Verwijder klembord gegevens</system : String >
112112 <system : String x : Key =" Hotkey" >Hotkey:</system : String >
113113 <system : String x : Key =" WorkingSetExclusions" >Working Set Uitsluitingen</system : String >
114+ <system : String x : Key =" Theme" >Thema</system : String >
114115 <system : String x : Key =" Add" >+</system : String >
115116 <system : String x : Key =" Style" >Stijl:</system : String >
116117 <system : String x : Key =" MetroBrushString" >Metro borstel:</system : String >
Original file line number Diff line number Diff line change @@ -148,13 +148,19 @@ internal void LoadLanguage()
148148 {
149149 _logController . AddLog ( new ApplicationLog ( "Changing language" ) ) ;
150150 ResourceDictionary dict = new ResourceDictionary ( ) ;
151- Uri langUri = new Uri ( "..\\ Resources\\ Languages\\ en .xaml" , UriKind . Relative ) ;
151+ Uri langUri = new Uri ( "..\\ Resources\\ Languages\\ en_US .xaml" , UriKind . Relative ) ;
152152 try
153153 {
154154 switch ( Properties . Settings . Default . SelectedLanguage )
155155 {
156156 case 1 :
157- langUri = new Uri ( "..\\ Resources\\ Languages\\ nl.xaml" , UriKind . Relative ) ;
157+ langUri = new Uri ( "..\\ Resources\\ Languages\\ nl_BE.xaml" , UriKind . Relative ) ;
158+ break ;
159+ case 2 :
160+ langUri = new Uri ( "..\\ Resources\\ Languages\\ es_ES.xaml" , UriKind . Relative ) ;
161+ break ;
162+ case 3 :
163+ langUri = new Uri ( "..\\ Resources\\ Languages\\ gl_ES.xaml" , UriKind . Relative ) ;
158164 break ;
159165 }
160166 }
Original file line number Diff line number Diff line change 7575 <ComboBox .Items>
7676 <ComboBoxItem Content =" English" />
7777 <ComboBoxItem Content =" Nederlands" />
78+ <ComboBoxItem Content =" Español" />
79+ <ComboBoxItem Content =" Galego" />
7880 </ComboBox .Items>
7981 </ComboBox >
8082 </Grid >
222224
223225 </syncfusion : TabItemExt >
224226
225- <syncfusion : TabItemExt Header =" Theme" Image =" ../../Resources/Images/home.png"
227+ <syncfusion : TabItemExt Header =" {DynamicResource Theme} " Image =" ../../Resources/Images/home.png"
226228 ImageWidth =" 16" ImageHeight =" 16" >
227229 <Grid VerticalAlignment =" Center" HorizontalAlignment =" Center" >
228230 <GroupBox Header =" GUI" Margin =" 3" >
You can’t perform that action at this time.
0 commit comments