Simple Windows soundrecorder program written C# by Visual Studio 2010
The recorder is saving in MP3 format file. I use and NAudio license by. The program include the two languages (Hungarian/English) in the Languages folder. The your language modification is free.
Language path: bin\debug\Languages or application root folder\Languages.
Create mylanguage.xaml file example:
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="mainTitle">Soundrecoder</system:String>
<system:String x:Key="rec">Record</system:String>
.....
</ResourceDictionary>