Perhaps it’s a matter of quotation marks or semicolon? Could it be that in Russian it could be encoding them as a different value?
Try pasting this and see it has the same error:
FString bebra = "kaka";
FString bebra2 = TEXT("kaka");
FString bebra3 = "кака";
FString bebra4 = TEXT("кака");