wildREA
wildREA
CC#
Created by reboucas on 2/11/2025 in #help
✅ Ajuda a um jogo de xadrez (Help with a game of chess) C# Windows Forms Visual studio
Have you wondered if he knows how to speak English?
16 replies
CC#
Created by reboucas on 2/11/2025 in #help
✅ Ajuda a um jogo de xadrez (Help with a game of chess) C# Windows Forms Visual studio
Não necessariamente. Não são só vocês dois que falam português. Eu não falo 100%, mas dá pra entender.
16 replies
CC#
Created by wildREA on 1/30/2025 in #help
Manually Showing MainWindow.xaml In App.xaml.cs (Dependency Injection)
I'll push it then to development.
148 replies
CC#
Created by wildREA on 1/30/2025 in #help
Manually Showing MainWindow.xaml In App.xaml.cs (Dependency Injection)
<sys:String x:Key="LithuanianLanguage">Litouws</sys:String>
<sys:String x:Key="DutchLanguage">Nederlands</sys:String>
<sys:String x:Key="JapaneseLanguage">Japans</sys:String>
<sys:String x:Key="PolishLanguage">Pools</sys:String>
<sys:String x:Key="PortugueseLanguage">Portugees</sys:String>
<sys:String x:Key="RussianLanguage">Russisch</sys:String>
<sys:String x:Key="ThaiLanguage">Thais</sys:String>
<sys:String x:Key="TurkishLanguage">Turks</sys:String>
<sys:String x:Key="ChineseLanguage">Chinees</sys:String>
<sys:String x:Key="LebaneseLanguage">Libanees</sys:String>
<sys:String x:Key="AutoNetwork">Automatisch</sys:String>
<sys:String x:Key="EthernetNetwork">Ethernet</sys:String>
<sys:String x:Key="WiFiNetwork">Wi-Fi</sys:String>
<sys:String x:Key="SecondRefreshRate">Seconden</sys:String>
<sys:String x:Key="MillisecondRefreshRate">Milliseconden</sys:String>
</ResourceDictionary>
<sys:String x:Key="LithuanianLanguage">Litouws</sys:String>
<sys:String x:Key="DutchLanguage">Nederlands</sys:String>
<sys:String x:Key="JapaneseLanguage">Japans</sys:String>
<sys:String x:Key="PolishLanguage">Pools</sys:String>
<sys:String x:Key="PortugueseLanguage">Portugees</sys:String>
<sys:String x:Key="RussianLanguage">Russisch</sys:String>
<sys:String x:Key="ThaiLanguage">Thais</sys:String>
<sys:String x:Key="TurkishLanguage">Turks</sys:String>
<sys:String x:Key="ChineseLanguage">Chinees</sys:String>
<sys:String x:Key="LebaneseLanguage">Libanees</sys:String>
<sys:String x:Key="AutoNetwork">Automatisch</sys:String>
<sys:String x:Key="EthernetNetwork">Ethernet</sys:String>
<sys:String x:Key="WiFiNetwork">Wi-Fi</sys:String>
<sys:String x:Key="SecondRefreshRate">Seconden</sys:String>
<sys:String x:Key="MillisecondRefreshRate">Milliseconden</sys:String>
</ResourceDictionary>
148 replies
CC#
Created by wildREA on 1/30/2025 in #help
Manually Showing MainWindow.xaml In App.xaml.cs (Dependency Injection)
@FusedQyou I translated Strings.xaml. Is my nl translation correct? Strings.nl.xaml
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:sys="clr-namespace:System;assembly=mscorlib">
<sys:String x:Key="SettingsTitle">Instellingen</sys:String>
<sys:String x:Key="ChangeSettings">Wijzig de instellingen voor de applicatie</sys:String>
<sys:String x:Key="ChangeTheme">Thema</sys:String>
<sys:String x:Key="ChangeLanguage">Taal</sys:String>
<sys:String x:Key="ChangeNetworkAdapter">Netwerkadapter</sys:String>
<sys:String x:Key="ChangeRefreshRate">Vernieuwingssnelheid</sys:String>
<sys:String x:Key="LightTheme">Licht</sys:String>
<sys:String x:Key="DarkTheme">Donker</sys:String>
<sys:String x:Key="ArabicSaudiLanguage">Arabisch (Saoedi-Arabië)</sys:String>
<sys:String x:Key="FarsiIraqLanguage">Perzisch (Irak)</sys:String>
<sys:String x:Key="GermanLanguage">Duits</sys:String>
<sys:String x:Key="GreekLanguage">Grieks</sys:String>
<sys:String x:Key="EnglishLanguage">Engels</sys:String>
<sys:String x:Key="FrenchLanguage">Frans</sys:String>
<sys:String x:Key="HebrewLanguage">Hebreeuws</sys:String>
<sys:String x:Key="HindiLanguage">Hindi</sys:String>
<sys:String x:Key="KoreanLanguage">Koreaans</sys:String>
<sys:String x:Key="ItalianLanguage">Italiaans</sys:String>
<sys:String x:Key="KurdishLanguage">Koerdisch</sys:String>
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:sys="clr-namespace:System;assembly=mscorlib">
<sys:String x:Key="SettingsTitle">Instellingen</sys:String>
<sys:String x:Key="ChangeSettings">Wijzig de instellingen voor de applicatie</sys:String>
<sys:String x:Key="ChangeTheme">Thema</sys:String>
<sys:String x:Key="ChangeLanguage">Taal</sys:String>
<sys:String x:Key="ChangeNetworkAdapter">Netwerkadapter</sys:String>
<sys:String x:Key="ChangeRefreshRate">Vernieuwingssnelheid</sys:String>
<sys:String x:Key="LightTheme">Licht</sys:String>
<sys:String x:Key="DarkTheme">Donker</sys:String>
<sys:String x:Key="ArabicSaudiLanguage">Arabisch (Saoedi-Arabië)</sys:String>
<sys:String x:Key="FarsiIraqLanguage">Perzisch (Irak)</sys:String>
<sys:String x:Key="GermanLanguage">Duits</sys:String>
<sys:String x:Key="GreekLanguage">Grieks</sys:String>
<sys:String x:Key="EnglishLanguage">Engels</sys:String>
<sys:String x:Key="FrenchLanguage">Frans</sys:String>
<sys:String x:Key="HebrewLanguage">Hebreeuws</sys:String>
<sys:String x:Key="HindiLanguage">Hindi</sys:String>
<sys:String x:Key="KoreanLanguage">Koreaans</sys:String>
<sys:String x:Key="ItalianLanguage">Italiaans</sys:String>
<sys:String x:Key="KurdishLanguage">Koerdisch</sys:String>
148 replies
CC#
Created by wildREA on 1/30/2025 in #help
Manually Showing MainWindow.xaml In App.xaml.cs (Dependency Injection)
For sure. I even had my friend next to me right now help me beforehand, that's the other guy in the contribution list. He'll do the tr (Turkish) translation.
148 replies
CC#
Created by wildREA on 1/30/2025 in #help
Manually Showing MainWindow.xaml In App.xaml.cs (Dependency Injection)
Alright, then I'll do the de, lt, pl, da, and tr. Thanks in advance.
148 replies
CC#
Created by wildREA on 1/30/2025 in #help
Manually Showing MainWindow.xaml In App.xaml.cs (Dependency Injection)
Same here. For Russian, Danish, German, Lithuanian, Polish, and some other languages that aren't English-based mostly.
148 replies
CC#
Created by wildREA on 1/30/2025 in #help
Manually Showing MainWindow.xaml In App.xaml.cs (Dependency Injection)
Foreign words like Wi-Fi and Ethernet does not have to be translated if the language does not necessarily have a translation for it.
148 replies
CC#
Created by wildREA on 1/30/2025 in #help
Manually Showing MainWindow.xaml In App.xaml.cs (Dependency Injection)
Yes, just this.
148 replies
CC#
Created by wildREA on 1/30/2025 in #help
Manually Showing MainWindow.xaml In App.xaml.cs (Dependency Injection)
Strings.nl.xaml
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:sys="clr-namespace:System;assembly=mscorlib">
<sys:String x:Key="SettingsTitle">Settings</sys:String>
<sys:String x:Key="ChangeSettings">Change the settings for the application</sys:String>
<sys:String x:Key="ChangeTheme">Theme</sys:String>
<sys:String x:Key="ChangeLanguage">Language</sys:String>
<sys:String x:Key="ChangeNetworkAdapter">Network adapter</sys:String>
<sys:String x:Key="ChangeRefreshRate">Refresh rate</sys:String>
<sys:String x:Key="LightTheme">Light</sys:String>
<sys:String x:Key="DarkTheme">Dark</sys:String>
<sys:String x:Key="EnglishLanguage">English</sys:String>
<sys:String x:Key="RussianLanguage">Русский</sys:String>
<sys:String x:Key="AutoNetwork">Auto</sys:String>
<sys:String x:Key="EthernetNetwork">Ethernet</sys:String>
<sys:String x:Key="WiFiNetwork">Wi-Fi</sys:String>
<sys:String x:Key="SecondRefreshRate">Second</sys:String>
<sys:String x:Key="MillisecondRefreshRate">Millisecond</sys:String>
</ResourceDictionary>
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:sys="clr-namespace:System;assembly=mscorlib">
<sys:String x:Key="SettingsTitle">Settings</sys:String>
<sys:String x:Key="ChangeSettings">Change the settings for the application</sys:String>
<sys:String x:Key="ChangeTheme">Theme</sys:String>
<sys:String x:Key="ChangeLanguage">Language</sys:String>
<sys:String x:Key="ChangeNetworkAdapter">Network adapter</sys:String>
<sys:String x:Key="ChangeRefreshRate">Refresh rate</sys:String>
<sys:String x:Key="LightTheme">Light</sys:String>
<sys:String x:Key="DarkTheme">Dark</sys:String>
<sys:String x:Key="EnglishLanguage">English</sys:String>
<sys:String x:Key="RussianLanguage">Русский</sys:String>
<sys:String x:Key="AutoNetwork">Auto</sys:String>
<sys:String x:Key="EthernetNetwork">Ethernet</sys:String>
<sys:String x:Key="WiFiNetwork">Wi-Fi</sys:String>
<sys:String x:Key="SecondRefreshRate">Second</sys:String>
<sys:String x:Key="MillisecondRefreshRate">Millisecond</sys:String>
</ResourceDictionary>
148 replies
CC#
Created by wildREA on 1/30/2025 in #help
Manually Showing MainWindow.xaml In App.xaml.cs (Dependency Injection)
Could you perhaps help with translation for Dutch? I can do the German myself since I speak it as well at a comprehensible level.
148 replies
CC#
Created by wildREA on 1/30/2025 in #help
Manually Showing MainWindow.xaml In App.xaml.cs (Dependency Injection)
Are you native or proficient in a language other than English?
148 replies
CC#
Created by wildREA on 1/30/2025 in #help
Manually Showing MainWindow.xaml In App.xaml.cs (Dependency Injection)
It works now, I didn't get to mention it and the ResourceDictionary work now as well.
148 replies
CC#
Created by wildREA on 1/30/2025 in #help
Manually Showing MainWindow.xaml In App.xaml.cs (Dependency Injection)
Visual Studio Enterprise has a built-in Git feature. I had no lying commits.
148 replies
CC#
Created by wildREA on 1/30/2025 in #help
Manually Showing MainWindow.xaml In App.xaml.cs (Dependency Injection)
The namespace might have surely worked, but after that, it only showed up after I made the new folder.
148 replies
CC#
Created by wildREA on 1/30/2025 in #help
Manually Showing MainWindow.xaml In App.xaml.cs (Dependency Injection)
I'll push the new changes. By the way, it works. I basically had nothing to do with the actual coding or anything like that, I had to CREATE A NEW FOLDER for the project.
148 replies
CC#
Created by wildREA on 1/30/2025 in #help
Manually Showing MainWindow.xaml In App.xaml.cs (Dependency Injection)
You gotta click apply for it to change.
148 replies