dot.case Converter
Convert any text into dot.case for i18n keys and config paths.
Quick answer
Convert any text into dot.case for i18n keys and config paths.
How do I use the dot.case Converter?
- 1
Paste your text.
- 2
See dot.case output.
- 3
Copy into your translation file or config.
What is the dot.case Converter?
The dot.case Converter turns any text into lowercase words joined by dots. Perfect for i18n translation keys, config paths and analytics event names.
Who is the dot.case Converter for?
Localisation engineers, back-end developers, analytics implementers.
Why use the dot.case Converter?
- Splits on delimiters and camelHumps.
- Lowercase output.
- Instant preview.
- Copy-ready.
- Runs offline.
When should I use the dot.case Converter?
- i18n bundles.
- Config path keys.
- Analytics event names.
- Feature flag paths.
- Log tag hierarchies.
Is the dot.case Converter safe and private?
Yes. This tool runs entirely inside your browser - your text is never uploaded, stored on our servers or shared with third parties. You can even disconnect from the internet after the page loads and it will keep working. That makes it safe for confidential notes, drafts, private messages and unpublished work.
How do I get the best results from the dot.case Converter?
- Prefix with a namespace for large bundles.
- Keep keys short - nested dots stack up fast.
- Pair with Snake Case for backend parity.
- Document your convention in the repo README.
Frequently asked questions
Where is dot.case used?
i18n libraries, hierarchical config keys, Java-style property files, and analytics event names.
Does it split camelHumps?
Yes - mixed input is normalised first.
Is my text uploaded?
No - conversion is local.
Can I nest keys deeper?
Yes - just add your own prefix, e.g. 'common.' + result.
Related converters and text tools
snake_case Converter
Convert any text into snake_case for Python, Ruby and database columns.
Openkebab-case Converter
Convert any text into kebab-case for URLs, CSS classes and file names.
OpencamelCase Converter
Convert any text into camelCase for JavaScript, JSON keys and variables.
OpenCONSTANT_CASE Converter
Convert any text into CONSTANT_CASE for environment variables and enums.
OpenLast updated: