How do I create an Inventory GUI

Does Sponge support Inventory GUIs? (Similar to bukkit’s)

If so, How can I create one? I’m looking for a very basic example, or javadoc page, or something.

The Inventory API may be useful to you

For custom inventories, use CustomInventoryBuilder
https://github.com/SpongePowered/SpongeAPI/blob/master/src/main/java/org/spongepowered/api/item/inventory/custom/CustomInventoryBuilder.java

I have a question about the inventoryAPI. How do you make a Translatable? I know about this post saying that it was suppost to be changed to Text. But that was posted May 23 and nothing has changed, No update that I know of. So either update or how to make Translatable please.