Personal I'm using Visual Studio 2015 and would like and would like to replace a text for after the second comma. If the ID is the same (in case 501) it replaces the translation after the 2nd (and before the 3rd)
Example:
File with translations:
501
Poção Vermelha
File to be translated:
501,Red_Potion,Red Potion,xxx
Final result:
501,Red_Potion,Poção Vermelha,xxx
The non-comma file is in TextBox1 and the comma is in TextBox2