cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Best approach for multi-language data?

Hi all,

I'm currently building my first webapp with Neo4j (GRAND stack). I'm trying to implement multi-language data and wondering what the best/ recommended approach is.

One approach would be to include multiple fields on each node, eg: en_size, fr_size, jp_size.

Another option would be to use different nodes for different languages, eg: en_nodeA, fr_nodeA, jp_nodeA.

Would love to hear what your recommendations are.

1 REPLY 1

I should perhaps clarify that my data will contain many different strings in different languages and so an approach based on reoccurring values (such as red, rouge, あかい) would not work here.